0
votes

I used Facebook Graph API for getting Feeds, I used below query :

me/home?fields=full_picture,description,message,comments,likes,created_time,id,link,caption,name,from.fields(id,name,picture)

Now, How can i identify that Post is already Liked or not by current login user.

1

1 Answers

1
votes

You must use the Latest Facebook Graph API... It works for me.