Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I need to retrieve all the pages owned by the current user. I need the syntax. Can it be done using Graph API???

share|improve this question

1 Answer

Yes. Use the /me/accounts path.

share|improve this answer
but the permissions- manage_page where do i add it... ?? – Sindu Jan 25 at 5:07
You request it in the scope when your user logs in. See here for a description: developers.facebook.com/docs/technical-guides/login – cpilko Jan 25 at 13:04
yes sir i have added that as manage_pages.. but then i still don get anything displayed. @cpilko – Sindu Jan 31 at 4:58

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.