AITwitterAuth 0.0.6

AITwitterAuth 0.0.6

测试已测试
语言语言 Obj-CObjective C
许可证 MIT
发布最新发布2015年5月

macbook 维护。



AITwitterAuth 是一个旨在简化 Twitter 验证过程的库

使用方法

[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.4"