Posts

Showing posts from March, 2019

Facebook Public Page content

http://www.oneminuteinfo.com/2018/09/get-facebook-page-public-content-access.html In Facebook for Developers, go to Tools -> Graph API Explorer. At the time of the writing the URL is https://developers.facebook.com/tools/explorer/. - Select the correct application in the Application drop down menu. - Click on the Get Token drop down menu and select Get Page Access Token . - You'll see a browser window saying <your app name> would like to manage your Pages. Click the OK button. - Click on the Get Token drop down menu again and select the desired page access token. - You should see the valid page access token in the Access Token text field. The token could be pretty long, almost 200 characters. Use this access token for the access_token URL parameter in the HTTPS URL, and it should return the posts on that Page!