I am trying to invite a user's facebook friend to participate with the user within an iOS app. It is my understanding that I want to use a User to User Request and not an App Request.
I am unsure of how to accomplish this though.
According to the Send Requests page, there should be a "Facebook" class which has a "dialog" method. This does not appear to exist within the Facebook SDK 3.1 for iOS though.
How then do I send a User to User Request with the Facebook SDK 3.1 for iOS?
Thanks