I am displaying news feed on some other website say www.xyz.com using graph api. I have queries about below problems.
- I would like to give "Like" functionality for each news feed post.
- 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/)