Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

We’re using the Facebook SDK for iOS. Everything works (both auth and feed dialog etc.), except the Request Dialog; the callback function "dialogCompleteWithUrl" is getting response URLs that contain no request_ids at all! We get something like "fbconnect://success?request=177205945735026&to%5B0%5D=559849340", which effectively translates to "fbconnect://success?request=177205945735026&to[0]=559849340" if you decode the URL encoding. We checked the friend's account; there were no requests in the notification section. Can anyone please help?

Furthermore, we tested the Hackbook sample using "Send invite" menu; it did NOT work either -- it generates similar URLs with no request_ids in it.

BTW, We're using the latest Facebook iOS SDK (downloaded last week on April 20, 2012) on the latest XCode 4.3.2 using iOS 5.1 & 5.0; tests were done on both the simulator and new iPad, as well as iPhone 4. A test using http://demo.vatlab.net/RequestDialog.aspx works between the user accounts used in the iOS sdk test mentioned above.

Thanks so much in advance.

share|improve this question
2  
How is your app configured? If it's not set up correctly in the app settings, and is just an iOS app (i.e no corresponding canvas app), the requests won't be displayed because Facebook knows about your iOS app (app store details, etc) it won't know how/where to send the user – Igy Jun 15 '12 at 14:13
did you find a solution? – xus Aug 1 '12 at 17:00
Have you tried using the new iOS SDK? – Niraj Shah Aug 22 '12 at 12:56

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.