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 comments:
Post a Comment