How do I determine the type of error returned by FBRequestConnection addRequest: and act accordingly, depending whether is network failure, user removed app from Facebook or user removed permission. Somewhat similar to the Facebook guide, but it is in PHP.
Are there simpler ways than to read the dictionary returned in [[error userInfo] objectForKey:@"com.facebook.sdk:ParsedJSONResponseKey"]?