I’m in the process of creating a Facebook app that uses a Page Tab. However, when I access a page where the app is installed a signed_request parameter is not sent to my script. Neither $_POST nor $_REQUEST are being sent any data (and using the Facebook PHP SDK $facebook->getSignedRequest() also does not work)
I’m in the process of creating a Facebook app that uses a Page Tab
Share
It turned out to be a stupid oversight on my end, I had typed
http://example.comwhich redirected tohttp://www.example.comthe redirected page didn’t have data posted to it.