简体   繁体   中英

Get Facebook post's comments using graph API by post URL

I like to get comments of a post by its URL but it seems its impossible by using graph API. From my observations, I could find these types of posts URLs:

https://www.facebook.com/bbwbooks/photos/a.168788885097.122872.74209335097/10153736545150098/?type=3&theater

https://www.facebook.com/4thirteengroup/posts/1285218878169361

https://www.facebook.com/groups/semsari.malezi/permalink/1159959294084128/

or perhaps some other types.

Is there any idea, how its possible to get comments or at least the ID of the post from the url?

First use facebook developer section https://developers.facebook.com/tools/explorer/1021611514583622?method=GET&path=me%2Fposts%3Ffields%3Did%2Cobject_id%2Ccomments&version=v2.7

Select Application , Get access_token with user_posts access rights, me/posts?fields=id,object_id,comments by calling this api ,you will get all posts with their comments

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM