Search code examples
facebookpush-notificationapprequests

On FACEBOOK ios app can't got "push notification" via sent apprequests?


In my app, I can send the apprequests to my friends via FB api, and they can receive the Notification on iOS Facebook app. But here is a difference between "apprequest" and "postToWall". If I posted to my friend's wall something via Web, my friend would receive "Push notification" on his iPhone immediately. If I sent the apprequests to him, he wouldn't receive "Push notification" and just only "Facebook notification". Moveover, he needs to run the iOS Facebook app to update the data to receive the "Facebook notification". Does anyone know this ?


Solution

  • 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 .