Maybe this is a stupid question, but how to get comments and replies from the Facebook profile page (last 50)? For example:   I tried FQL with "googled" instances, but without success ...    UPDATE: I can get comments with + post     I will answer       By itself:      had to play with the bus    api.get_connections ("depechemode", "posts")  (or  feed ) give me comments only. Do I really have to make another request for every comment to get the answer? What's the better way to get all the responses (comments + answers) from posts?   api.get_connections (Post_id, "comments" ,: filter = "stream")  but what is the other option?  graph.get_connections ("askdotcom", "posts" ,: fields = & gt; "message, id, created_time, comments.fields (comments.fields ( Message, from) message, from)) ")   
 
No comments:
Post a Comment