Im trying to send an app request through facebook using the facebook iOS SDK, im using the following code:
NSString *message = [[NSString alloc] initWithFormat:@
It is not possible to send an app request without the dialog, using just POST method.
According to the docs:
This SDK provides a method for popping up a Facebook dialog. The currently supported dialogs are the login and permissions dialogs used in the authorization flow, and a dialog for publishing posts to a user's feed.
So you can't post an app request via standard dialogs either. It works only for web applications.