简体   繁体   中英

Facebook : Like and Comment Functionality against Wall Post

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM