简体   繁体   English

我如何在C#中获取Facebook API的朋友列表

[英]How can i get friend's friends list of facebook api in c#

I want get friend's friends list of Facebook API. 我想获取Facebook API 的朋友列表

I can get my friend list, but I can't get friends friends list of Facebook API with c#. 我可以获取我的朋友列表,但是无法使用c#获取Facebook API的朋友列表。

How can I do it? 我该怎么做?

Yes, its possible to get List of Friends of a friend but only condition is that friend should be user of that application. 是的,可以获取朋友的朋友列表,但唯一的条件是朋友应该是该应用程序的用户。

Suppose there is an application "APP" used by "A" then the APP can get his friends List , now you want friends List of "B" who is friend of "A" , it will be possible only if "B" also uses the "APP" 假设有一个由“ A”使用的应用程序“ APP”,那么该APP可以获取他的朋友列表,现在您想要成为“ A”的朋友的“ B”的朋友列表,只有当“ B”也使用时“ APP”

Also try your hands on code and show us from code for the same 另外,请尝试使用代码,并通过相同的代码向我们展示

I'm afraid you cannot fetch that! 恐怕您无法获取!

The Graph API don't provide any API to do so. Graph API不提供任何API。

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

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