RGB
RGB

Reputation: 121

Get access token with appid and userid

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

Answers (1)

phwd
phwd

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

Related Questions