I'm trying to create a FB credits callback page, and need to parse the signed request coming in. I can write something manually, but it seems like this is something that should be in the SDK somewhere but I can't seem to find it in the API.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Simply call the static method Parse on the FacebookSignedRequest class as shown below (with your app secret, and the signed request):
Now you will see all the data (in JSON format) from the signed request in DecodedSignedRequest. |
|||
|
|
|
Starting from v6:
|
|||||||||||
|