removed unnecessary files and finally got complete OAuth in JS working
This commit is contained in:
parent
65ca64c505
commit
82e9c1a369
10 changed files with 23 additions and 272 deletions
|
@ -49,8 +49,8 @@
|
|||
|
||||
|
||||
accessToken = [[AccessToken alloc] init];
|
||||
NSLog(@"%@", accessToken.accessToken);
|
||||
accessToken.accessToken = nil;
|
||||
|
||||
//accessToken.accessToken = nil;
|
||||
if (!accessToken.accessToken) {
|
||||
[self initOauth];
|
||||
} else {
|
||||
|
|
Reference in a new issue