So in my login controller, I have implemented the following method.
- (void)viewController: finishedWithAuth: error:
It is not giving any errors; however, the [auth canAuthorize] method returns false and when I print out [auth description] it only shows me the authentication code value. Where should I retrieve the authentication token value?
Thanks so much for your help!