Facebook Graph API - authorization types?
- by Alex Cook
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 code, throw to /access_token, get an access_token, and be able to hit https://graph.facebook.com/me for info about the user.
When I try to use type=client_cred in the /authorize call,…