Skip to content

Commit

Permalink
Update README about retrieving page access tokens.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdvdijk committed Oct 28, 2015
1 parent f50cc8e commit 955aa59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,10 @@ To get an access token for your page:

3) Use the new token to get the page's access token:

https://www.facebook.com/[USERID]/accounts?access_token=LONG_LIVED_ACCESS_TOKEN
https://www.facebook.com/me/accounts?access_token=LONG_LIVED_ACCESS_TOKEN

These page tokens should not expire.. (?)
This call will return JSON that contains page tokens for all pages that the
user has access to. These page tokens should not expire.. (?)

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

Expand Down

0 comments on commit 955aa59

Please sign in to comment.