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 have a facebook application that we use however the log in to edit the permissions and admin for the application has been forgotten. Is there anyway I can use my app id to look up what log in information was used to create this application? Even the email address would be helpful.

Thank you in advance!

share|improve this question

1 Answer

the application object should give you what is available.

http://developers.facebook.com/docs/reference/api/application/

share|improve this answer
when you say the end point what do you mean? – Callie24 Oct 30 '12 at 18:02
sorry I misspoke, I meant the application object. this is the graph explorer for the example given at the link I put in the answer developers.facebook.com/tools/explorer/… – NappingRabbit Oct 30 '12 at 18:06
bottom line, you will not be able to get much information on the application unless you can login with the account that owns it. The information that is available, will be shown there. – NappingRabbit Oct 30 '12 at 18:11
dang yeah thats the problem no one can remember the login account that "owns" the app. We do know the app id though. Looks like I'm stuck. – Callie24 Oct 30 '12 at 18:20

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.