0

关于 facebook 通知有很多 SO 问题,但我似乎无法从他们那里得到一个严格的答案。

我想构建一个画布应用程序,用户可以授权通知。本质上,我希望我的应用程序能够将服务器端消息推送给 facebook 应用程序的用户。

我使用了 Graph API 资源管理器,并尝试将通知请求发送到:

100001564481290/notifications

但我得到一个错误:

{
    "error": {
    "message": "(#3) App must be on whitelist",
    "type": "OAuthException",
    "code": 3
    }
}

我不知道如何解决这个问题,很多谷歌搜索表明你不能通过图形 API 发送通知,但我想要一个关于这个主题的明确答案。

谢谢

标记

4

1 回答 1

0

Try this this should fix it:

Click 'edit settings'. Go to 'Advanced'. Find a small box labelled 'Server Whitelist'. Enter the NUMERICAL IP address of your server."

ps: You have to be at your app page meaning at developers.facebook.com

于 2012-04-23T07:24:18.760 回答