Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何撰写请求,即检索我的应用程序发布的墙帖,或者至少我想获取任何应用程序或用户发布的所有帖子。现在我只能看到我自己和朋友发的帖子:me?fields=feed经许可read_stream。如果不可能用Graph API怎么办FQL?
me?fields=feed
read_stream
Graph API
FQL
从 source_id = DESTINATION ID and app_id= YOUR APP ID 的流中选择消息
如果您想按您的应用发布的内容进行过滤,您必须找到您的应用发布的 ID。这是“soure_id”,即您的帖子的去向。然后你只需要添加你的 app_id 是你的应用程序发布的参数。如果您想按用户过滤,您只需将他们的 uid 插入为 actor_id 而不是 app_id。