[Kde-imaging] [Bug 132659] "Missing signature" - Flickr API changed and upload of images is no longer possible
Vardhman Jain
vardhman at gmail.com
Fri Sep 15 09:34:50 CEST 2006
Thanks for the patch Bera, and thanks for applying it Gilles, I have
actually moved to a new place and new machine, I was just trying to accquire
SSH access to the SVN with my new public key. Hopefully I will be more
regular now!
On 15 Sep 2006 07:05:05 -0000, Gilles Caulier <caulier.gilles at free.fr>
wrote:
>
> ------- 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
>
--
Blogs: http://vardhman.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.kde.org/pipermail/kde-imaging/attachments/20060915/dacfad68/attachment.html
More information about the Kde-imaging
mailing list