[Pkg-kde-extras] Fwd: [Kde-imaging] [Bug 132659] "Missing
signature" - Flickr API changed and upload of images is no
longer possible
Tom Albers
tomalbers at kde.nl
Fri Sep 15 08:05:51 UTC 2006
Worth a new upload imho. Does anyone have time to arrange that?
Toma
---------- Doorgestuurd bericht ----------
Subject: [Kde-imaging] [Bug 132659] "Missing signature" - Flickr API changed
and upload of images is no longer possible
Date: Friday 15 September 2006 09:05
From: Gilles Caulier <caulier.gilles at free.fr>
To: kde-imaging at kde.org
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=132659
caulier.gilles free fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From caulier.gilles free fr 2006-09-15 09:05
------- SVN commit 584531 by cgilles:
kipi plugins from trunk : flickr Export : patch from Debajyoti Bera about new
flickr API compliant BUG:132659
M +2 -1 flickrtalker.cpp
--- trunk/extragear/libs/kipi-plugins/flickrexport/flickrtalker.cpp
#584530:584531 @ -297,7 +297,7 @
QString isfriend=(info.is_friend==1)?"1":"0";
form.addPair("is_friend",isfriend);
- headers.append("api_key="+ isfriend);
+ headers.append("is_friend="+ isfriend);
QString tags=info.tags.join(" ");
if(tags.length()>0){
@ -317,6 +317,7 @
}
QString md5=getApiSig(m_secret,headers);
+ form.addPair("api_sig", md5);
headers.append("api_sig="+ md5);
QString queryStr=headers.join("&");
QString postUrl=url+queryStr;
_______________________________________________
Kde-imaging mailing list
Kde-imaging at kde.org
https://mail.kde.org/mailman/listinfo/kde-imaging
-------------------------------------------------------
More information about the pkg-kde-extras
mailing list