From 955aa59088f695cbd202507b9e933ab5a5373ee6 Mon Sep 17 00:00:00 2001 From: Roel van Dijk Date: Wed, 28 Oct 2015 18:28:46 +0100 Subject: [PATCH] Update README about retrieving page access tokens. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e19057d..de47874 100644 --- a/README.md +++ b/README.md @@ -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/)