简体   繁体   English

如何查找我的Android用户的Facebook朋友列表?

[英]How to find list of my facebook friends who are android users?

Is there anyway, using either facebook grap api or any other method to find out which of my facebook friends are android users ? 无论如何,使用facebook grap api或任何其他方法找出我的哪些facebook朋友是android用户吗?

I don't think there is a straight forward method to do this. 我认为没有直接的方法可以做到这一点。 I think one way would be to mark users by reading the 'via Android/iPhone/etc/' tag in their posts. 我认为一种方法是通过阅读帖子中的“通过Android / iPhone / etc /”标记来标记用户。 Any ideas? 有任何想法吗?

Pls Note - I am not sure if this is the correct place to ask. 请注意-我不确定这是否是正确的地方。 I would happily move this question to any stackexchange site if you suggest me. 如果您建议我,我会很乐意将此问题移至任何stackexchange网站。

You can use the graph API, get the user ids for the friends, and ask for the "devices" field. 您可以使用图表API,获取朋友的用户ID,并询问“设备”字段。

See https://developers.facebook.com/docs/reference/api/user/ and look for the "devices" name under Fields. 请参阅https://developers.facebook.com/docs/reference/api/user/,并在“字段”下查找“设备”名称。

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

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