How to Read/ Parse Data of Signed_Request from Registration Script in Php 5.1.6
问题 I'm trying to implement the Facebook registration script. The form is getting submitted fine and the server is receiving the signed request. However, it is not able to read/parse the signed request. I used the script recommended on the registration page https://developers.facebook.com/docs/plugins/registration/ (code below) and all I see for output is: signed_request contents: I have verified that the signed_Request is being received. If I pass it to: http://developers.facebook.com/tools/echo