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
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.
Take a look at
/me/accounts. I believe what you are looking or is at that endpoint.Description of the endpoint –
Permissions needed –
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.