Schedule Get a comment on the public message.

I am working on a project, and so far I have received all the necessary information from the api chart, with the exception of the comments on the post. I am looking for public messages and getting information in a json object. Sorry, there is no commentary for this post. I tried many urls but none of them worked. Here is an example:

Public Post Search URL = https://graph.facebook.com/search?q=graph+api&type=post

I take a message with comments (I looked in the browser): 100000056000227_337737819571415

https://graph.facebook.com/100000056000227_337737819571415 -> false https://graph.facebook.com/100000056000227_337737819571415/comments -> empty array https://graph.facebook.com/comments/?ids=100000056000227_337737819571415 -> empty array 

Why am I getting an empty array (false)? This is a public post and I also see it with my browser. Plus, I get the same when I use my accesstoken with read_stream permissions, etc.

Thanks for any help

PS it looks like this, but can an official confirm it?

http://facebook.stackoverflow.com/questions/7021099/facebook-graph-api-returns-false-even-though-post-is-public

+4
source share

Source: https://habr.com/ru/post/1391020/


All Articles