Thanks to visit codestin.com
Credit goes to github.com

Skip to content

inaka/AITwitterAuth

 
 

Repository files navigation

AITwitterAuth is a library that is intended to simplify the Authentication process for Twitter

Usage

[AITwitterAuth authenticateWithCompletionHandler:^(AIAccount *account) {
        NSLog(@"%@", [NSString stringWithFormat:@"%@ has been successfully authenticated.", account.username]);
    } failureHandler:^(NSError *error) {
        NSLog(@"[ERROR]: %@", error.localizedDescription);
    }];

Podfile

platform :ios, '7.0'
pod "AITwitterAuth", "~> 0.0.2"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 84.4%
  • Ruby 15.6%