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 making a site like www.firstcovers.com and have a little confusion about https with OAuth 2.0 facebook redirect URL. After getting the access token in [code] the redirect URL with it which is pointing back to your site should be https or http for websites (not canvas apps)?

Please clear my confusion. Thanks and Regards

share|improve this question

1 Answer

up vote 1 down vote accepted

For non-canvas apps you can use both. The only requirement for it is that:

the redirect_uri must have the same base domain as that specified in the App Domain property of your app's settings

However not, that the code value is not the access token, but the authorization code! You still have to exchange it for an access token, see the section 4. Exchange the code for a User Access Token.

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.