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.

Is there a way to get a list of all public Facebook applications and some associated data with them such as category, id, title, description, etc.?

share|improve this question

1 Answer

up vote 1 down vote accepted

You can info on an individual application by using the Graph API:

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

You might also be able to use FQL to get a list of applications:

https://developers.facebook.com/docs/reference/fql/application/

share|improve this answer
It doesn't look like I can use FQL because of the index requirement in the query. – jasonlfunk Jan 3 '12 at 20:33

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.