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.

Is possible to access to the signed_request data in my web page? (out of Facebook enviroment)

share|improve this question
what you mean by singed request? the one being sent to FB for getting authorization code and access_token? – Umesh Awasthi Jul 24 '12 at 10:09
The signed_request that I mentioned is referenced in developers.facebook.com/docs/authentication/signed_request – Ernesto Rodriguez Jul 24 '12 at 11:25

1 Answer

If you are using the JavaScript SDK for login on your site (FB.login/FB.getLoginStatus), then you’ll get a signed_request property in the response.authResponse object.

share|improve this answer

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.