简体   繁体   English

在Android中通过Facebook使用相同应用程序的联系人和朋友

[英]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. 可以说我在android上有一个应用程序,我的两个朋友已经下载了它。 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? 许多应用程序(例如与朋友聊天的单词)都可以查看您的朋友,找出谁下载了同一应用程序并将其显示在您自己的应用程序中,这样您就可以播放/挑战它们了,现在有人知道如何看待它了吗?能否实现这一目标,即找到我的哪些朋友通过Facebook使用我的应用程序,或者我该怎么做?

You can query me endpoint as following 您可以查询me终点如下

/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. 它将返回是否installed提要集的用户朋友(取决于他们是否已安装)。

Further documentation here 此处有更多文档

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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