Skip to content

Instantly share code, notes, and snippets.

@gonzalezreal
Created November 3, 2012 14:20
Show Gist options
  • Save gonzalezreal/4007512 to your computer and use it in GitHub Desktop.
Save gonzalezreal/4007512 to your computer and use it in GitHub Desktop.
@interface ACAccountStore (Twitter)
+ (ACAccountStore *)tgr_sharedAccountStore;
- (BOOL)tgr_twitterAccountAccessGranted;
- (void)tgr_requestAccessToTwitterAccountsWithCompletionHandler:(void (^)(BOOL granted, NSError *error))completionHandler;
- (NSArray *)tgr_twitterAccounts;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment