Using the Facebook iOS SDK I can display a dialog with apprequests and send it. Delegate method -dialogDidComplete: gets called, but the recipient(s) receive no notification or request of any kind. If they have the app authorized, Facebook.app (for iOS) will display a number of pending requests next to the app bookmark, but notification jewel doesn't get updated and notification is nowhere to be found and Facebook.app doesn't display any push notifications.

I have followed Facebook's own tutorial for this and even tried with their own sample project Hackbook, but I get the same result every time.

Am I missing something in app settings or is this simply not working as described in the (poor) documentation?

I can see Path app implemented this and it works pretty well on my devices with my accounts so I guess I really did skip something. Adding a bounty in hope of a solution.

link|improve this question
can you tell me how you got the requests dialog to show? i haven't even gotten that far. -- never mind, i found it "apprequests" is the dialog you need. thanks! – jasongregori Dec 1 '11 at 19:21
just implemented this and i have the same problem. maybe it only works if you app is in production? – jasongregori Dec 1 '11 at 20:01
feedback

1 Answer

up vote 16 down vote accepted
+250

Found an explanation that helped me fix this here: http://facebook.stackoverflow.com/a/8211249/184561

When a user clicks on an app request, Facebook takes them to your Facebook canvas page. If you don't have a canvas page, the requests don't show up.

As soon as I added a canvas url (one that didn't even work), the requests started showing up.

link|improve this answer
I actually thought of this, but when I saw "canvas" field I thought I had to get messy with html5 canvas stuff and just gave up trying because I didn't see it mentioned anywhere. Anyway, thanks a lot for your answer and enjoy your bounty boost :) – Filip Radelic Dec 2 '11 at 8:58
awesome. thanks! – jasongregori Dec 2 '11 at 22:48
I just realized I haven't awarded you bounty, sorry about that. Fixed now :) – Filip Radelic Dec 5 '11 at 19:38
sweet, thank you – jasongregori Dec 5 '11 at 21:31
This fixed my issue as well. I was sending requests out, and trying to receive them on Mobile devices (through Safari and the iOS Facebook app) with no luck. I had to add a Mobile Web URL to my app. – meddlingwithfire Jan 27 at 20:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.