Skip to content

Commit

Permalink
refs #106
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewShmig committed Jul 29, 2014
1 parent cd78778 commit 7428cac
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 185 deletions.
3 changes: 2 additions & 1 deletion Project/Project/ASAAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ - (BOOL) application:(UIApplication *)application
// permissons:[kVKPermissionsArray componentsSeparatedByString:@","]
// webView:self.webView
// delegate:self];

_rm = [[VKRequestManager alloc] initWithDelegate:self];
_rm.startAllRequestsImmediately = NO;

Expand All @@ -58,7 +59,7 @@ - (void) connector:(VKConnector *)connector

NSLog(@"Access token: %@", accessToken);

// _rm = [[VKRequestManager alloc] initWithDelegate:self];
// _rm = [[VKRequestManager alloc] initWithDelegate:self user:[VKUser currentUser]];
// _rm.startAllRequestsImmediately = NO;
//
// VKRequest *r = [_rm info:@{@"user_ids": @"christian.burns"}];
Expand Down
Loading

0 comments on commit 7428cac

Please sign in to comment.