Pomax / flickrmirror

Mirror your Flickr account to your HD. Then write a new site based on it.
17 stars 4 forks source link

Unable to authenticate with Flickr #1

Closed kotnik closed 11 years ago

kotnik commented 11 years ago

Node v0.10.15 Arch distro

$ node app --downsync
{ oauth_problem: 'consumer_key_unknown' }
{ key: 'your API key goes here',
  secret: 'your API key secret goes here',
  user_name: 'your screen name here',
  oauth_timestamp: '1376494682713',
  oauth_nonce: '73c7f6047a5ea57d9062b3b23fafaf40' }

It exists there.

Pomax commented 11 years ago

it looks like you forgot to fill in your API key and secret in the .env file. If you look at the ones in your printout, they're still the default strings instructing you to to put your personal values in.

kotnik commented 11 years ago

Oh, right. From this documentation I was under impression it'd open a browser window to ask me for Flicrk data permission.

Pomax commented 11 years ago

It will indeed open a browser asking you to authorise it access to your data, but before we get to that step the text tells you to put your API key and secret in =)

I'll change the text to be clearer on that point.

Pomax commented 11 years ago

Did it run correctly with your API key and secret added? If so, I will close this issue

kotnik commented 11 years ago

All good. Thanks for the support.