简体   繁体   English

Facebook CSharp Api使用图形API获取其他用户的提要,问题

[英]Facebook CSharp Api using graph api to get other users feed, issue

Im trying to get o other users feed in ASP.NET using Facebook CSharp API LIB, but with no sucess. 我试图让其他用户使用Facebook CSharp API LIB来输入ASP.NET,但没有成功。

The results not cover all wall posts, only external posts to that came from other users to that user. 结果不包括所有墙贴,只有该外部贴图来自其他用户。

Here is piece of my code that call facebook graph api get : 这是我的调用facebook graph api get的代码:

  var result = (IDictionary<string, object>)fb.Get(user.id + "/feed");

Might be something very simple that I couldn't figure out yet... 可能是很简单的事情,我还无法弄清楚……

我不确定在这里是否遇到问题,/ feed连接大致代表该用户的墙-您应该能够看到该用户墙上所有正在使用其访问令牌的用户可见的帖子-是不是案子?

Thanks, 谢谢,

I discover that is the permission of app to "read_stream" 我发现这是应用程序对“ read_stream”的许可

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

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