使用 Facebook API 进行发布。获取白名单错误

发布于 2024-10-09 02:25:32 字数 236 浏览 2 评论 0原文

我正在尝试从我的程序发布到 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

め七分饶幸 2024-10-16 02:25:32

如果您尝试发布状态消息,请尝试以下语法:

$r=facebook->api("/me/feed", "POST", array("message"=>"YOUR MESSAGE", "access_token"=>$SESSION['access_token']));

它应该有效。

If you are trying to post a status message then try the following syntax:

$r=facebook->api("/me/feed", "POST", array("message"=>"YOUR MESSAGE", "access_token"=>$SESSION['access_token']));

It should work.

饮惑 2024-10-16 02:25:32

如果你想“喜欢”某个东西,该功能显然会被 Facebook 阻止,除了“白名单”中的应用程序。

If you're trying to "like" something, that function is apparently blocked by Facebook, except for apps in their "whitelist".

彼岸花似海 2024-10-16 02:25:32

尝试发送收件箱消息时出现此错误。
尝试了所有我能想到的并用谷歌搜索,没有任何进展。

我在这里打开了一个支持案例:
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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文