Reputation: 5463
i was wondering how to access the Facebook signed_request parameter inside an iframe tab?
$_REQUEST['signed_request']
$_POST['signed_request']
Do I always get the signed_request? Or do I need to authorize the user first?
Thanks,
Upvotes: 0
Views: 1448
Reputation: 5463
Ohh the Facebook PHP SDK has a method for that (using $_REQUEST): $facebook->getSignedRequest()
Upvotes: 3