iPhone Facebook 应用程序:墙贴不会出现在新闻源中
我有一个 iPhone 应用程序,它通过 NSMutableURLRequest 将消息发布到 Facebook me/feed,并且工作正常,但有一个例外,应用程序帖子出现在用户墙上,但不在动态消息中,因此他们的朋友看不到它们。
这怎么可能?
我请求该应用程序的publish_stream权限,因为我认为这足以满足我的需求。
I have an iPhone app, which posts messages to Facebook me/feed via NSMutableURLRequest and it works fine, with one exception, app posts appear on user wall, but NOT in the News Feed, so their friends don't see them.
How is that possible?
I request the publish_stream permission for the app, as I thought it would be enough for my needs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道问题的原因是什么,但我通过使用新 ID 创建一个新的 Facebook 应用程序解决了这个问题。只发布到墙上的相同脚本开始发布到新 App ID 上的新闻源。
I have no idea what was the cause of the issue, but I resolved it by creating a new Facebook App, with new ID. The same scripts that only posted to the wall started posting to the news feed on the new App ID.