Facebook : Like and Comment Functionality against Wall Post

江枫思渺然 提交于 2019-12-08 06:15:25

问题


I am displaying news feed on some other website say www.xyz.com using graph api. I have queries about below problems.

  1. I would like to give "Like" functionality for each news feed post.
  2. W would like to give "Comment" functionality for each news feed post.

Can someone assist me how to solve this problem using either graph api or javascript sdk?


回答1:


I would like to give "Like" functionality for each news feed post.

This isn't possible, it must be natively within Facebook's site at facebook.com. You can introduce your own like functionality but it would not be the same at the like on the news feed post on facebook.com

would like to give "Comment" functionality for each news feed post.

Same as before, not possible. You can introduce your own Facebook Comments Plugin though (http://developers.facebook.com/docs/reference/plugins/comments/)



来源:https://stackoverflow.com/questions/3157612/facebook-like-and-comment-functionality-against-wall-post

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!