LevLeviev
LevLeviev

Reputation: 1

Ways to query Facebook Graph "do I like x?"

I'm setting up my app to basically do what the FBML 'like' button does: like, unlike and show like count, for objects from the user's "me/home" stream. I have no problem doing any of the above functions, but I'm having a very tough time getting the api to tell me if the user likes the thing already (so I can set the button to 'unlike'). The graph api is telling me I'm not allowed to search user's likes. Is there an FQL solution?

Thanks

Upvotes: 0

Views: 283

Answers (1)

serg
serg

Reputation: 111285

There is like table where you can check through FQL if someone likes something.

Upvotes: 0

Related Questions