I am using the new Facebook SDK 3.0 to send app request to friends on Facebook using this:
[self.facebook dialog:@"apprequests" andParams:params andDelegate:nil];
what I need to do is to delete that request when the user clicking on it and redirect to the app store (when he is on the iOS Facebook app) so what is the way to do that and where to put that code?