douglashowe / as3flickrlib

Automatically exported from code.google.com/p/as3flickrlib
0 stars 0 forks source link

Auth.checkToken API call should be signed #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Call flickr.auth.checkToken with a valid token
2. See Flickr API response in Charles or similar HTTP debugger

What is the expected output? What do you see instead?
Should return true for valid tokens, but instead we get a 'Missing
Signature' error.

What version of the product are you using? On what operating system?
Version 0.86

Please provide any additional information below.
See http://www.flickr.com/services/api/flickr.auth.checkToken.html

Original issue reported on code.google.com by spjwebster@gmail.com on 10 Apr 2007 at 11:59

GoogleCodeExporter commented 8 years ago
Patch for Auth.as

Original comment by spjwebster@gmail.com on 10 Apr 2007 at 12:21

Attachments:

GoogleCodeExporter commented 8 years ago
Oops. Just noticed that I ran the diff in the wrong direction for the Auth.as 
files.
Attaching correct patch.

Original comment by spjwebster@gmail.com on 12 Jun 2007 at 10:54

Attachments:

GoogleCodeExporter commented 8 years ago
I encountered the same problem and was about to report it and provide a fix 
when I 
saw this issue. The proposed fix is the same as what I did.

However, you must make sure to unset the token and permission properties before 
calling checkToken as otherwise the auth_token GET param will be added twice, 
and an 
error will be returned.

By the way, thank you for this great lib... one of the rare AS3 lib created by 
a 
real developer! ;-)

Original comment by remygend...@gmail.com on 22 Aug 2007 at 3:30

GoogleCodeExporter commented 8 years ago

Original comment by spjwebster@gmail.com on 27 Jan 2008 at 3:15

GoogleCodeExporter commented 8 years ago
Fixed in r29 and targeted for next release (0.88)

Original comment by spjwebster@gmail.com on 27 Jan 2008 at 3:31