Facebook 'Friends.getAppUsers' using Graph API

后端 未结 8 1805
盖世英雄少女心
盖世英雄少女心 2020-11-27 09:29

I have an application that uses the old REST API call Friends.getAppUsers to get the list of friends for the current user that have authorized my application.

8条回答
  •  隐瞒了意图╮
    2020-11-27 10:11

    You can still call the old REST API's in the new Graph API. That is prefectly valid.

    An alternative way is to use FQL to get the application user's friends.

    I'm not sure if there's a way to do this using just Graph API.

提交回复
热议问题