got authenification working, wohoo

This commit is contained in:
Jeena Paradies 2012-10-27 02:52:10 +02:00
parent 885d36c3cb
commit 6f3b689c3d
20 changed files with 547 additions and 347 deletions

View file

@ -46,6 +46,7 @@
- (void)unreadMentions:(NSInteger)count;
- (void)openURL:(NSString *)url;
- (void)storeAccessToken:(NSString *)accessToken secret:(NSString *)secret userId:(NSString *)userId andScreenName:(NSString *)screenName;
- (void)storeSecretData:(NSString *)secretData;
OSStatus handler(EventHandlerCallRef nextHandler, EventRef theEvent, void* userData);