Question

i am trying to implement the 'Like' operator by using access tokens from user. if a user Login in my site using Facebook i will store access token from that user and then using that access token how i can make like on another people's status or photo?

Is it possible using Facebook app ? if yes,can you give me any link to know more about it or just give me brief about it.

Thank you

Was it helpful?

Solution

You can like a photo by issuing a HTTP POST request to PHOTO_ID/likes connection with the publish_stream permission. No parameters necessary.

If the write is successful, you get a boolean response as return.

Link:https://developers.facebook.com/docs/reference/api/photo/

Similarly for liking a status use OBJECT_ID/likes

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top