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.

How can i get the list of applications created by the User. I would like to fetch this list using the Facebook Graph API. Could you please advice on which API on the Facebook Graph API to use and how to use it.

share|improve this question

1 Answer

up vote 1 down vote accepted

Take a look at /me/accounts. I believe what you are looking or is at that endpoint.

Description of the endpoint -

The Facebook apps and pages owned by the current user.

Permissions needed -

manage_pages yields access_tokens that can be used to query the Graph API on behalf of the app/page

Take a look at the user endpoint documentation, there will be more information there.

Remember that ownership of an application doesn't necessarily mean that it was that user who created it, it just means that the user is an administrator of the application.

share|improve this answer

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.