I\'m struggling with the new Facebook Graph API, perhaps someone here can help.
Here is what I want to do: provide a ‘login w/ FB’ button, throw to /authorize, get a cod
I think it should be something like that:
https://graph.facebook.com/oauth/authorize?client_id=...&redirect_uri=...&scope=user_photos,user_videos,publish_stream&display=page
The scope should specify permissions you need as listed here http://developers.facebook.com/docs/authentication/permissions
Display values can be found here http://developers.facebook.com/docs/authentication/