Love the framework, but having some Auth issues.
In the advanced auth docs, this line:
NSString *accessToken = [TJDropbox accessTokenFromDropboxAppAuthenticationURL:url];
It trys to reference a method that does not exist.
The problem I'm having is the first auth works fine and I save the token. But then after a while the token stops working.
Cheers,
Todd
Love the framework, but having some Auth issues.
In the advanced auth docs, this line:
NSString *accessToken = [TJDropbox accessTokenFromDropboxAppAuthenticationURL:url];
It trys to reference a method that does not exist.
The problem I'm having is the first auth works fine and I save the token. But then after a while the token stops working.
Cheers,
Todd