Monday, March 6, 2017

Cannot check permitted roles for a specific page id with Facebook Business Manager API

Leave a Comment

I would like to be able to view the permitted_roles that a business has for a particular page_id.

I can get ALL pages by using this call:

curl -G \ -d "access_token=<access-token>" \ "https://graph.facebook.com/v2.8/<business-id>/pages" 

I already have the page id. I would like to be able to do something like this:

curl -G \ -d "access_token=<access-token>" \ -d "page_id=<page-id>" \ "https://graph.facebook.com/v2.8/<business-id>/pages" 

Any help is appreciated.

0 Answers

If You Enjoyed This, Take 5 Seconds To Share It

0 comments:

Post a Comment