I’m using the graph api.
I have a logged in user, and want to get back a list of page ids of all the pages that the user is an admin of.
Is there a way of doing this? The docs are pretty bad – and circular.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Its simple with Graph API. Steps:
manage_pagespermission from the user (extended permissions).You can test this procedure in the graph explorer -> Just click on ‘Get Access Token’ button-> under ‘Extended permission’ check ‘manage_pages’ & submit it. It will give you the admin-page-details JSON.