Facebook iOSアプリは、送信アプリの要求を介して「プッシュ通知」を取得できませんか?

StackOverflow https://stackoverflow.com/questions/9511384

質問

私のアプリでは、FB APIを介して私の友達に承認を送ることができます.IOS Facebookアプリで通知を受け取ることができます。しかし、ここでは「Appequest」と「PostTowall」の違いです。私がWeb経由で何か何かを投稿した場合、私の友人はすぐに彼のiPhoneで「プッシュ通知」を受け取るでしょう。私が彼に承認を送った場合、彼は「プッシュ通知」を受け取らず、「Facebook Notification」だけを受けません。Modover、彼はiOS Facebookアプリを実行してデータを更新して「Facebook Notification」を受け取る必要があります。 誰もがこれを知っていますか?

役に立ちましたか?

解決 2

Thanks a lot . And I found this http://developers.facebook.com/bugs/283253458391756 . Moveover , my application works right after removed the parameter "notification_text" when using api "apprequests". It looks the FB demo Hackbook just misgruided me .

他のヒント

For the app requests to work fully, you need to have a canvas app specified. Otherwise the notifications won't work as expected. From http://developers.facebook.com/docs/reference/dialogs/requests/

Requests are only available for Desktop Canvas apps and not websites. Accepting a request will direct the user to the Canvas Page URL of the app that sent the Request.

More information can also be found here: http://developers.facebook.com/docs/requests/

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top