简体   繁体   中英

Contact and Friends using same Applications through facebook in Android

Lets say I have an application on android and two of my friends have downloaded it. Many apps such as words with friends have the ability to look at your friends, find out who has downloaded the same app and display it in your own application so you can play/challenge them now does anyone know a good starting point at what to look at to accomplish this goal of finding which of my friends are using my app through facebook or what can I do to achieve this?

You can query me endpoint as following

/me/friends?fields=id,installed,name 

It will return friends of user with either installed feed set or not depending upon the condition if they have installed or not.

Further documentation here

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM