fixed getting posts
This commit is contained in:
parent
4c17a7d019
commit
5bf8ca3fb5
8 changed files with 105 additions and 54 deletions
|
@ -44,14 +44,12 @@
|
|||
andSelector:@selector(handleGetURLEvent:withReplyEvent:)
|
||||
forEventClass:kInternetEventClass
|
||||
andEventID:kAEGetURL];
|
||||
|
||||
|
||||
viewDelegate = [[ViewDelegate alloc] init];
|
||||
|
||||
|
||||
accessToken = [[AccessToken alloc] init];
|
||||
|
||||
//accessToken.accessToken = nil;
|
||||
NSLog(@"%@", [accessToken stringForKey:@"user_access_token"]);
|
||||
if (![accessToken stringForKey:@"user_access_token"]) {
|
||||
[self initOauth];
|
||||
} else {
|
||||
|
|
Reference in a new issue