postID collection? through Graph API
- by Raul Sanchez
I've spent last days trying to get a list of recent comments in my site with no success
What I want to retrieve is just the same content as I can get at
https://developers.facebook.com/tools/comments/?id={APP_ID}&view=recent_comments
For example...
https://graph.facebook.com/{APP_ID}/comments
Always returns...
{
"data": [
]
}
I've read this query should be made to a post_id, not app_id, but then...
How can I get a collection of postIDs made in my site??
Can you someone give me a tip?
Thanks!