Facebook graph api 如何获取og_对象或共享url的Facebook帖子?

Facebook graph api 如何获取og_对象或共享url的Facebook帖子?,facebook-graph-api,Facebook Graph Api,博客网站上的文章会在多个Facebook页面上发布,我需要获得包含特定文章url的Facebook帖子url列表 使用此请求可以通过文章url获取og_对象的详细信息: https://graph.facebook.com/v2.5/?id=http://spoilednyc.com/2015/02/10/16-bucket-list-must-dos-real-new-yorkers&access_token=ACCESS_TOKEN 结果将是: "og_object": { "i

博客网站上的文章会在多个Facebook页面上发布,我需要获得包含特定文章url的Facebook帖子url列表

使用此请求可以通过文章url获取
og_对象的详细信息:

https://graph.facebook.com/v2.5/?id=http://spoilednyc.com/2015/02/10/16-bucket-list-must-dos-real-new-yorkers&access_token=ACCESS_TOKEN
结果将是:

 "og_object": {
"id": "794284920664423",
"description": "New York City has so much to offer beyond the attractions most known to tourists. Want to go off the beaten path, here are some suggestions for you.",
"title": "Beyond the Tourist Attractions: 16 Bucket List Must-Dos for 'Real' New Yorkers",
"type": "article",
"updated_time": "2016-02-19T11:21:26+0000",
"url": "http://spoilednyc.com/2015/02/10/16-bucket-list-must-dos-real-new-yorkers/"
},
"share": {
"comment_count": 0,
"share_count": 15247
},
"id": "http://spoilednyc.com/2015/02/10/16-bucket-list-must-dos-real-new-yorkers"
}
从这一点上,我可以找到,例如,使用

https://graph.facebook.com/v2.5/794284920664423/comments/?access_token=Access_Token
有没有类似的方法通过
og_object
id获取Facebook帖子或帖子id