This repository has been archived by the owner on Nov 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Django Authentication Method "flickr.web.login.url" not found #82
Comments
I'll have to update the documentation (pull requests are welcome). The correct function to call is |
sybrenstuvel
added a commit
that referenced
this issue
Mar 7, 2017
The Django example needs more changes, to update it so that it works again. It's been a while since I looked at it ;-) |
Hello Dear Sybrenstuvel ; |
I'll see if I can update the documentation. If in the mean time you have your own ideas for improvements and fixes, post them here. |
Dear Sybrenstuvel, thank you very much for your feedback. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to write tags to photos and I get a 400 error when I try to based on the following code:
I'm guessing I have to do some additional authentication in order to use write methods? If so I tried the Django example from your documentation and the following line:
Gives this error:
Background/questions:
I'm running an unattended script against Flickr - will I have to manually interact to get a token each time or is there some way I can generate a token once then save it for all future requests? I am able to manually walk through the 'oob' process in a python shell using get_access_token.
The text was updated successfully, but these errors were encountered: