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.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

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

share|improve this answer
thank you I got it a little while back, but thank you for answering. – Andrew Malta Jul 2 '12 at 6:45

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.