/FSOpenInInstagram

Tool for sending pictures with Instagram iOS App

Primary LanguageObjective-CMIT LicenseMIT

FSOpenInInstagram Cocoa Pod Cocoa Pod License

FSOpenInInstagram is a tool for sending pictures with the Instagram iOS App.

Install

Using CocoaPods:

pod 'FSOpenInInstagram', '~> 1.0'

Usage

Check if Instagram app is installed:

if ([FSOpenInInstagram canSendInstagram]) {
	//Instagram app is installed
}

Open Instagram app composer:

[FSOpenInInstagram postImage:<Some UIImage> caption:@"Nice picture"];

System support

iOS 6.0+ is currently supported.

License

FSOpenInInstagram is available under the MIT license. See the LICENSE file for more info.