Bootstrap FreeKB - Facebook Graph API - Create a Post
Facebook Graph API - Create a Post

Updated:   |  Facebook Graph API articles

This assumes you are already created an app in https://developers.facebook.com. If not, check out my article Getting Started with Facebook Graph API.

This also assumes you have a Page Access Token. If not, check out my article Get Access Token.

  1. Go to https://developers.facebook.com and select My Apps.
  2. Select your App.
  3. Select Tools > Graph API Explorer.

By default, the query should be setup to GET v18.0/me?fields=id,name. Select Submit and this should return your User ID, something like this.

{
  "id": "1234567890123456",
  "name": "John Doe"
}

 

And User Access Token, something like this.

EAANROE66DrsBOy1TiJVQPEPEZAgo2Iap7QzdKEGRfJBW30drpIpkprZB4N5MRxDfZCoLh4OQZCCDgPqVxFEO39YDTIZCmChr9b3QcDr5MxPSjxvnY4Q1uPpMZCgG6Tr0FsZAW2vJD3qo5LpYZCu2JE2VhBUZCAPnZCCnysHlvca9QQ9BS2cvXxccHmUGPEKml4ncE0BYrfh7bI9ZAL9M7sLBgZDZD

 

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 69e7d5 in the box below so that we can be sure you are a human.