【发布时间】:2012-12-04 23:22:25
【问题描述】:
我正在尝试通过如下页面上的社交媒体插件向 RestFB 发表评论: http://www.zuberi.me/2011/facebook-social-plugin-comments.html
但我不知道该怎么做。我可以使用此代码在我的墙上发布和评论帖子:
facebookClient.publish("fbid"+"/comments", String.class, Parameter.with("message", "my comment here"));
我不确定社交插件的fbid 以及权限,知道吗?
【问题讨论】:
标签: java facebook plugins restfb