Facebook : Like and Comment Functionality against

2019-06-08 13:03发布

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条回答
淡お忘
2楼-- · 2019-06-08 13:45

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/)

查看更多
登录 后发表回答