English 中文(简体)
Facebook Graph Api Feed未返回所有帖子
原标题:Facebook Graph Api Feed not returning all posts

I have a problem when I read "/feed" information via Graph Api of one of my friend profile, as example. I can get some posts, but especially share links and aplications post pictures, like Instagram , aren t returned by graph api.

相反,我可以在我测试的这个朋友的时间轴上看到所有这些。这不是公开许可,因为它显示在时间轴(脸书页面内)上。

我还尝试了“/post”和“/home”等。

我知道脸书会屏蔽公共内容,但在这种情况下,我的朋友个人资料和我可以在Timeline中看到所有内容,为什么我在脸书Graph Api“/feed”返回中看不到?

PS:链接read_stream的所有权限都是由应用程序授予的

问题回答

可能是你朋友的隐私设置阻止了你看到此类活动。您可以通过进入隐私设置>;查看您自己通过Graph API共享的信息应用程序、游戏和网站以及编辑人们如何将您的信息带到他们使用的应用程序

我的应用程序活动选项可能会被您的朋友取消选中,这就是为什么您无法在API中看到其他应用程序的活动。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...