Reputation: 121
I have a facebook app. id and a facebook user id, I need to retrieve the access token for such a user. How could I do that?
Cheers.
Upvotes: 2
Views: 1226
Reputation: 19995
It is not possible to generate a user access token using simply an application id and secret you must go through a login flow.
https://developers.facebook.com/docs/facebook-login/
Upvotes: 1