Bug 383987 - Flickr tool no longer authenticates to Flickr
Summary: Flickr tool no longer authenticates to Flickr
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-WebService-Flickr (show other bugs)
Version: 5.6.0
Platform: Microsoft Windows Microsoft Windows
: NOR critical
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-25 06:15 UTC by Carlos Echenique
Modified: 2019-04-17 20:12 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 6.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Echenique 2017-08-25 06:15:18 UTC
Flickr plugin opens the browser and I momentarily see the URL requesting authentication, but then Flickr just goes to the home page instead of asking me for permission to allow the plugin to authenticate.
Comment 1 caulier.gilles 2017-08-25 08:43:21 UTC
This problem is fixed in current implemntation (next 5.7.0). 

The pre-release installer is not yet recompiled with this fix, in case of you want to test.

Gilles Caulier
Comment 2 Maik Qualmann 2017-08-25 10:32:08 UTC

*** This bug has been marked as a duplicate of bug 381664 ***
Comment 3 caulier.gilles 2018-08-12 08:55:56 UTC
Git commit 2dd941615dfc35684152e69be6437475633abe71 by Maik Qualmann.
Committed on 20/08/2017 at 15:19.
Pushed by mqualmann into branch 'master'.

first step to porting Flickr service to OAuth
removing no longer existing Zooomr service
disable currently 23 service
FIXED-IN: 5.7.0

M  +2    -1    NEWS
M  +3    -3    common/libkipiplugins/CMakeLists.txt
M  +128  -610  flickr/flickrtalker.cpp
M  +14   -18   flickr/flickrtalker.h
M  +2    -1    flickr/flickrwidget.cpp
M  +39   -76   flickr/flickrwindow.cpp
M  +1    -2    flickr/flickrwindow.h
M  +4    -43   flickr/plugin_flickr.cpp
M  +0    -4    flickr/plugin_flickr.h

https://commits.kde.org/kipi-plugins/2dd941615dfc35684152e69be6437475633abe71
Comment 4 Maik Qualmann 2019-04-17 04:50:34 UTC
*** Bug 406616 has been marked as a duplicate of this bug. ***
Comment 5 Martin Senftleben 2019-04-17 05:17:18 UTC
Alright, I have a similar bug just reported, and now see that it seems to be different. I am using version 5.9 of kipi-plugins and version 6.0.0 of digikam, so according to this bug report the problem should be fixed, but it isn't or rather it has reappeared. In my case the export/export to flickr tool doesn't open a browser (which it never did!), and it doesn't request authentication at all. It just doesn't connect to flickr at all, it seems. So either this one has to be set to REOPENED, or I have to reopen the other bug report again...???
Comment 6 Maik Qualmann 2019-04-17 06:16:43 UTC
DigiKam-6.0.0 no longer uses Kipi-plugins. The Flickr tool in the Kipi-plugins is no longer developed. DigiKam-6.0.0 use an internal Flickr tool. With digiKam-6.1.0 a new plugin interface (DPlugins) is introduced. Flickr works out of digiKam-6.0.0. Flickr from another program that uses the Kipi-plugins will not work.

Maik
Comment 7 Maik Qualmann 2019-04-17 20:12:31 UTC
I just tested the Flickr tool again. Add new access-> Browser opens-> enter credentials-> allow digiKam rights-> Flickr Tool is logged in. Uploading images works.

Maik