1

I am unable to add "notifications" to the "Realtime Update Subscriptions" of my app in Facebook. In the "Realtime Updates API" page of the Apps Settings in developers.facebook.com, I have the following settings:

Object: user
Fields: notifications
Callback: http://myserver/callback
Verify token: my_token

if the Fields is set to "feed", it works, but if I attempt to save with Fields set to "notifications", it failed with the following error:

Error Couldn't save 'user': Application cannot subscribe to notifications

Is there anything I need to configure? I have tried adding all "Permissions" under "Permissions" page.

Any input will be highly appreciated! Thanks in advance!

4

1 に答える 1

0

「Userオブジェクトのすべてのプロパティと接続の変更をサブスクライブできないことに注意してください。サブスクライブできる接続には、フィード、友達、アクティビティ、興味、音楽、本、映画、テレビ、いいね、チェックイン、場所、イベントが含まれます。 。」

https://developers.facebook.com/docs/reference/api/realtime/

@CBroeは確かに正しいです...私の悪い:|

于 2013-01-30T13:44:40.250 に答える