richq / folders2flickr

Upload files to flickr
Other
102 stars 38 forks source link

Does not go to get token page #60

Open robertpgriffin opened 7 years ago

robertpgriffin commented 7 years ago

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

bs-github commented 7 years ago

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

mahfiaz commented 7 years ago

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

eksod commented 6 years ago

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? :(

altaroca commented 6 years ago

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.