Skip Menu |

This queue is for tickets about the Net-Flickr-API CPAN distribution.

Report information
The Basics
Id: 21164
Status: open
Priority: 0/
Queue: Net-Flickr-API

People
Owner: Nobody in particular
Requestors: dmd [...] 3e.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in:
  • 1.0
  • 1.1
  • 1.2
  • 1.4
Fixed in: (no value)



Subject: not signing calls as required by Flickr
Flickr as of last week has started to enforce Section 8 of the Authentication API specification ( http://flickr.com/services/api/auth.spec.html ): "All API calls using an authentication token must be signed. In addition, calls to the flickr.auth.* methods and redirections to the auth page on flickr must also be signed." See the yws-flickr group thread on this topic for details: http://groups.yahoo.com/group/yws-flickr/message/2105 This breaks Net::Flickr::API.
Fixed in N:F:A 1.5 On Thu Aug 24 08:37:48 2006, dmd@3e.org wrote: Show quoted text
> Flickr as of last week has started to enforce Section 8 of the > Authentication API specification ( > http://flickr.com/services/api/auth.spec.html ): > > "All API calls using an authentication token must be signed. In > addition, calls to the flickr.auth.* methods and redirections to the > auth page on flickr must also be signed." > > See the yws-flickr group thread on this topic for details: > http://groups.yahoo.com/group/yws-flickr/message/2105 > > This breaks Net::Flickr::API.
From: dmd [...] 3e.org
On Sat Aug 26 13:41:52 2006, ASCOPE wrote: Show quoted text
> Fixed in N:F:A 1.5
Are you sure? I still get: [error][api_call, ln1211] [96] Invalid signature (calling calling flickr.auth.checkToken) in N:F:A 1.5 ...
This seems fixed to me in the latest release.