Handling different URL Schemes in iOS (Facebook and Instagram)
I am not even sure how to define the problem but here it goes. I have an application that uses Facebook SDK for user login. I followed the Facebook authorization tutorial. I am not 100% sure how it works but this part in my "AppDelegate.m" seems important. - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation { return [FBSession.activeSession handleOpenURL:url]; } So far so good. Now I want to implement a similar login for instagram so that the user can access their photos. I run this example without a