Facebook Graph - does the user "like" my page?

Posted by Ican Zilb on Stack Overflow See other posts from Stack Overflow or by Ican Zilb
Published on 2010-05-13T20:18:34Z Indexed on 2010/05/13 20:24 UTC
Read the original article Hit count: 274

Filed under:
|
|

I am trying to upgrade my iPhone app to use the new facebook graph api. One thing I cannot find is how to find out if the current user connected from my app to facebook is a fan of my facebook page - (i.e. in the new paradigm - whether the user likes my page)

In the Rest Api there was a function isFan, but not in the Graph.

I can get all items the user likes and search whether one of them is my page, but certainly there must be an easier way instead of going trough thousands of records each time I must check whether he is a fan, right?

If someone already figured it out how to do that from their new docs, I'll really appreciate if you share it with me.

© Stack Overflow or respective owner

Related posts about facebook

Related posts about api