我在我的网站上使用Facebook插件在页面/帖子中发表评论: https://developers.facebook.com/docs/plugins/comments/?locale=en_US
我想使用评论ID获取评论的网址。
如果您尝试使用Facebook Graph API Explorer(https://developers.facebook.com/tools/explorer/),您可以通过评论ID获取一些信息。试试,例如,id: 10150381629441807_10156516790371807
你会得到:
{
"created_time": "2018-03-26T17:04:00+0000",
"from": {
"name": "Zohar Sabari",
"id": "10152863986513871"
},
"message": "great, thanks",
"id": "10150381629441807_10156516790371807"
}
那么,有没有人知道如何从评论ID中获取评论网址?