folders2flickr icon indicating copy to clipboard operation
folders2flickr copied to clipboard

Does not go to get token page

Open robertpgriffin opened this issue 7 years ago • 4 comments

When initially launching the application, it correctly opens the web browser window, and tries to go to the flickr api authorization page. However, this fails and dumps back to the main flickr page. Tried with both the default api key and with a api key associated with my account. Both show same behaviour. Any ideas how to resolve? Robert

robertpgriffin avatar Jun 20 '17 02:06 robertpgriffin

Seems like a bigger issue 😢... auth method used is deprecated. https://www.flickr.com/services/api/flickr.auth.getFrob.html

bs-github avatar Jul 15 '17 12:07 bs-github

The usage of the new oauth method is described here: https://www.flickr.com/services/api/auth.oauth.html

mahfiaz avatar Sep 12 '17 08:09 mahfiaz

So I take no one wrote support for OAuth yet?

EDIT: seems like this fork did? https://github.com/altaroca/folders2flickr @altaroca ?

EDIT2: but just cloning that fork doesn't work, there's missing a flickr.py that was deleted (?) and a flickrapi that maybe was not imported? :(

eksod avatar Jan 23 '18 21:01 eksod

There were some changes sitting on my disk that never made it into any commit. You can give it a try now. It works for me.

altaroca avatar Jan 24 '18 06:01 altaroca