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