We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm fighting against this issue. Here is how to reproduce:
Any idea or suggestions? thanks.
simone
The text was updated successfully, but these errors were encountered:
You can get 'Reauthorize' to work by setting auth_token to nil in the -authorizeAction method before generating the login URL.
auth_token
nil
-authorizeAction
For example:
- (IBAction)authorizeAction { authorizeButton.enabled = NO; authorizeDescriptionLabel.text = @"Logging in..."; [[SnapAndRunAppDelegate sharedDelegate].flickrContext setAuthToken:nil]; NSURL *loginURL = [[SnapAndRunAppDelegate sharedDelegate].flickrContext loginURLFromFrobDictionary:nil requestedPermission:OFFlickrWritePermission]; [[UIApplication sharedApplication] openURL:loginURL]; }
Regards, Oliver
Sorry, something went wrong.
It worked. Thanks.
No branches or pull requests
Hi,
I'm fighting against this issue. Here is how to reproduce:
Any idea or suggestions?
thanks.
simone
The text was updated successfully, but these errors were encountered: