开发者

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

开发者 https://www.devze.com 2023-04-10 00:26 出处:网络
Im trying to get o other users feed in ASP.NET using Facebook CSharp API LIB, but with no sucess. The results not cover all wall posts, only external posts to that came from other users to that user

Im trying to get o other users feed in ASP.NET using Facebook CSharp API LIB, but with no sucess.

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 :

  var result = (IDictionary<string, object&开发者_JAVA技巧gt;)fb.Get(user.id + "/feed");

Might be something very simple that I couldn't figure out yet...


I'm not sure i see a problem here, the /feed connection approximately represents that user's wall - you should be able to see any posts on the user's wall which are visible to the user whose access token you're using - is that not the case?


Thanks,

I discover that is the permission of app to "read_stream"

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号