使用 Facebook API 进行发布。获取白名单错误
我正在尝试从我的程序发布到 facebook,但我得到:
{"error":{"type":"OAuthException","message":"(#3) App must be on whitelist"}}
我有以下应用程序权限:
“offline_access”、“read_stream”、“publish_stream”
为什么会发生这种情况?
I'm trying to publish to facebook from my program, but I'm getting:
{"error":{"type":"OAuthException","message":"(#3) App must be on whitelist"}}
I have the following app permissions:
"offline_access", "read_stream", "publish_stream"
Why is this happening?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您尝试发布状态消息,请尝试以下语法:
它应该有效。
If you are trying to post a status message then try the following syntax:
It should work.
如果你想“喜欢”某个东西,该功能显然会被 Facebook 阻止,除了“白名单”中的应用程序。
If you're trying to "like" something, that function is apparently blocked by Facebook, except for apps in their "whitelist".
尝试发送收件箱消息时出现此错误。
尝试了所有我能想到的并用谷歌搜索,没有任何进展。
我在这里打开了一个支持案例:
http://developers.facebook.com/bugs/183144141763793?browse=search_4e8b140cbf26e60404573 29
Getting this error when trying to send an inbox message.
Tried all I can think of and googled for, no progress.
I opened a support case here:
http://developers.facebook.com/bugs/183144141763793?browse=search_4e8b140cbf26e6040457329