I was wondering if it's possible to get data from apps, such as discussions or extended info through Graph api or FQL? I'm using the PHP sdk, though it shouldn't matter much.
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 couldn't understand what you exactly want.. But I think if you need information related to app there is a graph api available for this, please refer the documentation from the following link, http://developers.facebook.com/docs/reference/api/application/ The feed connections of application graph object could get the feed for the application.. If you are not looking for this, can you explain a bit further about what you need exactly. |
|||
|
|
To get posts and comments from wall of some Facebook application you may test here following FQL query
where url of my app's wall is as follows: http://www.facebook.com/pages/display_name/ID_of_wall_of_your_App#!/pages/display_name/ID_of_wall_of_your_App?sk=wall I'll make one more an update later. |
||||