I am really confused, because the documentation states that when a user registers from my website, using a facebook registration form, I am supposed to receive a signed request. I do not know where to look for it. Any replies would be appreciated. I am using Python in Google App Engine and I simply want to know where the signed request is sent.
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.
|
|
|
When the user sign-in on facebook is complete, your app will get POST request. Refer to some helpful blog posts like this and this |
|||
|