ahikaz
ahikaz

Reputation: 61

Get Facebook Users Access Token

Is it possible to get the access Token of a user with his FacebookId, Application Id and Application secret ?

PS : The user has already accepted to use the app.

Thanks

Upvotes: 0

Views: 253

Answers (1)

Kishor
Kishor

Reputation: 1513

You can get the access_token of the user at the time he adds the app, or when he login again using the app. Not at a later moment than that.

You can use an app access_token which doesnt expire and is valid from the point the user adds your app. But keep in mind, it has limited retrieval capabilities comparing a user access_token.

Upvotes: 1

Related Questions