postID collection? through Graph API
        Posted  
        
            by 
                Raul Sanchez
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Raul Sanchez
        
        
        
        Published on 2011-11-30T09:47:47Z
        Indexed on 
            2011/11/30
            9:51 UTC
        
        
        Read the original article
        Hit count: 220
        
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!
© Stack Overflow or respective owner