Subject: | code: Invalid auth token |
Date: | Wed, 17 Sep 2008 18:18:57 -0400 |
To: | bug-Flickr-Upload [...] rt.cpan.org |
From: | Emma Jane Hogbin <emmajane [...] ubuntu.com> |
Version: Flickr-Upload-1.31
Although it is very possible I have done something wrong, I have not
gotten error messages in the installation process.
$ flickr_upload --auth --key <api key> --secret <api secret>
generates a URL that Flickr recognizes. I go to Flickr and am able to
accept the authentication. I receive the success message: You have
successfully authorized the application GScrot. You can go ahead and
close this window now.
When I press enter back at the command line I am issued an
authentication token. It is 17 numbers-16 alphanumeric characters.
$ flickr_upload --auth_token <token> screenshot_03.png
and receive the following error message:
Uploading screenshot_03.png...upload failed:
<?xml version="1.0" encoding="utf-8" ?>
<rsp stat="fail">
<err code="98" msg="Invalid auth token" />
</rsp>