redoc01
redoc01

Reputation: 2307

Getting Offline_Access using Facebook Graph API

I found this article that shows you step by step of how to get the offline-access token but im stuck on the last part what is the long_facebook_code from the url i provide you below

https://graph.facebook.com/oauth/access_token?client_id=xxx&redirect_uri=xxx&client_secret=xxx&code=long_facebook_code

I understand the client_id, redirect_uri and client_secret but what do i enter for code?

The article is here http://webddr.net/tips-and-tricks/facebook-offline-access-step-by-step-explanation/

Upvotes: 0

Views: 533

Answers (1)

Philip
Philip

Reputation: 5021

Don't spent your time to learn more about offline_access permission,
cause Facebook has announce the removal of this permission method.

https://developers.facebook.com/roadmap/offline-access-removal/

all the access_token's will expire after 60 days.

Upvotes: 1

Related Questions