php - get ID of pages administered by the user using access_token via facebook API -


i have offline access_token user, want id's of pages administered user can update page status using facebook api calls.

you can use page_admin table wit fql find pages user administers using following:

select page_id, type page_admin uid=me() 

in example, list of pages administered me() (you).

for more information page_admin table, have here. same procedure can done domains using domain_admin table.

you can test query here.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -