Is there a way to know if a user has liked an object on facebook, given that the user has given my app permission and I have the correct access tokens ??
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
it seems to me that it is what are you asking for ... https://developers.facebook.com/docs/reference/fql/like/ |
|||||
|
|
For people who come across this page and want a more specific answer, I use the following FQL query via the js sdk in order to find out if a specific user has liked a specific object. If they have, it will return an array with their id. If they haven't, it will return an empty array:
|
|||
|
|