Facebook Graph - does the user "like" my page?
- by Ican Zilb
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.