Facebook Graph API - likes returns me an empty set...

Posted by Vinch on Stack Overflow See other posts from Stack Overflow or by Vinch
Published on 2010-06-02T09:51:47Z Indexed on 2010/06/02 9:53 UTC
Read the original article Hit count: 321

Filed under:
|
|
|

When I try to get all my "likes" (formerly fan pages) on Facebook Graph API, sometimes it returns me an empty set:

{
   "data": [

   ]
}

I tried with https://graph.facebook.com/me/likes?access_token=MY_ACCESS_TOKEN and with graph.facebook.com/vinch/likes?access_token=MY_ACCESS_TOKEN but the result is exactly the same (empty).

Any idea of what it can be? I need it to know if a user likes (is fan of) a specific page.

© Stack Overflow or respective owner

Related posts about api

Related posts about facebook