在网站上获取Facebook社交插件的评论

时间:2016-09-30 09:18:22

标签: facebook facebook-graph-api facebook-social-plugins

我一直在尝试使用facebook-social-plugin从网站的论坛中获取所有评论,但我不了解如何做到这一点的理念。 使用Graph API Explorer,我尝试了:

?fields=og_object{comment}&id=https://www.reclamos.cl/reclamo/2015/oct/investing_capital_inversi_n_en_el_mercado_de_divisas

但错误是:"message": "(#100) Tried accessing nonexisting field (comment) on node type (OpenGraphObject)"

然后我尝试使用:

?fields=og_object{comment}&id=220640118006433 (where the 'id' is the plugin id) 

但错误是:

"message": "(#100) Tried accessing nonexisting field (og_object) on node type (Application)",

我想我在这里错过了一个概念,欢迎所有灯光照亮道路!

1 个答案:

答案 0 :(得分:0)

我一直在研究同样的问题。 在你的情况下,我查看了代码源html,其中Facebook插入放置注释,我找到了id,如果你把它放在api中,它可以工作:

comments/?ids=1065663070140433

但我不清楚如何从原始网址获取此ID,其中插件放置了我认为您正在尝试的评论。