I am making a site like http://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
For non-canvas apps you can use both. The only requirement for it is that:
However not, that the
codevalue is not the access token, but the authorization code! You still have to exchange it for anaccess token, see the section 4. Exchange the code for a User Access Token.