facebook - How can I access the posts of my own fb page using graph api version 2.0 -
it want access posts of fb page owned me using graph api version 2.0 . know how it, have code issue facing need submit app review manage_accounts
permission granted after app facebook can without getting app reviewed need tomorrow?
i following error in graph api explorer query:
query: me?fields=id,name,accounts{access_token}
error
the field 'accounts' accessible on user object after user grants 'manage_pages' permission.
please let me know if there way around this?
thank you
it manage_pages
, not manage_accounts
. can use manage_pages
role in app (admin, developer, tester). if want make app available users, have go through review process manage_pages
.
either way, have authorize user manage_pages
, that´s error message tells you.
Comments
Post a Comment