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.?

link|improve this question

feedback

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/

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

Your Answer

 
or
required, but never shown

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