[Kde-imaging] [kipiplugins] [Bug 336835] cannot export to flickr anymore
Volker Lerch
volla-man at gmx.de
Sun Jun 29 08:50:31 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=336835
--- Comment #4 from Volker Lerch <volla-man at gmx.de> ---
I tried the api flickr call separately with curl in a shell, both via http and
secure https protocol. In either case, I recive the response:
"Key has invalid format"
It seems to be necessary to modify the required format in the Kipi module.
vlerch at linux-m5a2:~> curl
https://www.flickr.com/services/rest/?method=flickr.auth.getFrob&api_key=49d585bafa0758cb5c58ab67198bf632&api_sig=b025bddda699fc5ba4dd6fc55b9391c3
[1] 3886
[2] 3887
[2]+ Fertig api_key=49d585bafa0758cb5c58ab67198bf632
vlerch at linux-m5a2:~> <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
<err code="100" msg="Invalid API Key (Key has invalid format)" />
</rsp>
^C
[1]+ Fertig curl
https://www.flickr.com/services/rest/?method=flickr.auth.getFrob
vlerch at linux-m5a2:~> curl
http://www.flickr.com/services/rest/?method=flickr.auth.getFrob&api_key=49d585bafa0758cb5c58ab67198bf632&api_sig=b025bddda699fc5ba4dd6fc55b9391c3
[1] 3895
[2] 3896
[2]+ Fertig api_key=49d585bafa0758cb5c58ab67198bf632
vlerch at linux-m5a2:~> <?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
<err code="100" msg="Invalid API Key (Key has invalid format)" />
</rsp>
^C
[1]+ Fertig curl
http://www.flickr.com/services/rest/?method=flickr.auth.getFrob
vlerch at linux-m5a2:~>
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-imaging
mailing list