So I am using the Facebook iOS SDK and I get this very annoying thing where I am getting logged out when a request to the open graph fails. How do I prevent this from happening? Here's how I am posting it:
[_facebook requestWithGraphPath:graphPath
andParams:params
andHttpMethod:@"POST"
andDelegate:nil];
Fb SDK is a complete mess, but what you could do: