Facebook Graph API - likes returns me an empty set

前端 未结 8 550
广开言路
广开言路 2020-12-16 09:44

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

{
   \"data\": [

   ]
         


        
相关标签:
8条回答
  • 2020-12-16 10:36

    Yesterday facebook fixed likes (http://developers.facebook.com/live_status#msg_612)

    You can get only user likes not object likes. For example, you can not get all users by page_id.

    0 讨论(0)
  • 2020-12-16 10:42

    My test user had approved my app before the likes permission had been granted so it was never picking up the likes authorisation. By removing the app from the test user's profile and authorising again I was able to get their likes.

    0 讨论(0)
提交回复
热议问题