Skip to content

Commit

Permalink
Update README.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascorrea committed Mar 5, 2012
1 parent ca317be commit 595d039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.markdown
Expand Up @@ -26,7 +26,7 @@ In the class `SCTwitter.h` need to add the credentials of your Twitter app as ex
Methods Methods
=========== ===========


There is 08 methods: There is 09 methods:


+ (void)loginViewControler:(UIViewController *)aViewController callback:(void (^)(BOOL success))aCallback; + (void)loginViewControler:(UIViewController *)aViewController callback:(void (^)(BOOL success))aCallback;
+ (void)logoutCallback:(void(^)(BOOL success))aCallback; + (void)logoutCallback:(void(^)(BOOL success))aCallback;
Expand All @@ -36,7 +36,7 @@ There is 08 methods:
+ (void)getUserInformationCallback:(void (^)(BOOL success, id result))aCallback; + (void)getUserInformationCallback:(void (^)(BOOL success, id result))aCallback;
+ (void)getUserInformationFor:(NSString *)username callback:(void (^)(BOOL success, id result))aCallback; + (void)getUserInformationFor:(NSString *)username callback:(void (^)(BOOL success, id result))aCallback;
+ (void)directMessage:(NSString *)message to:(NSString *)username callback:(void (^)(BOOL success, id result))aCallback; + (void)directMessage:(NSString *)message to:(NSString *)username callback:(void (^)(BOOL success, id result))aCallback;

+ (void)retweetMessage:(NSString *)updateID callback:(void (^)(BOOL success, id result))aCallback;


Example Usage Example Usage
============= =============
Expand Down

0 comments on commit 595d039

Please sign in to comment.