写真加工&投稿共有アプリのInstagram、最近はOAuthを使った連携も可能になってるみたいですがそれ以外にもURL schemeを使った連携も出来るみたいです。 こんな感じに記述して使えます。 NSURL *instagramURL = [NSURL URLWithString:@"instagram://location?id=1"]; if ([[UIApplication sharedApplication] canOpenURL:instagramURL]) { [[UIApplication sharedApplication] openURL:instagramURL]; } 指定も色々と可能で以下の様なものが利用可能です。 アプリが起動するだけ instagram://appInstagramアプリ内でカメラ起動 instagram://cameraMedia inst