Skip to content

Instantly share code, notes, and snippets.

@jimwhimpey
Created April 26, 2016 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimwhimpey/9d8c5a4836f94cbd1b890ffc9429ad70 to your computer and use it in GitHub Desktop.
Save jimwhimpey/9d8c5a4836f94cbd1b890ffc9429ad70 to your computer and use it in GitHub Desktop.
Setting up the Flickr SDK
var Flickr = require('flickr');
var flickr = new Flickr({
"apiKey": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
"apiSecret": "xxxxxxxxxxxxxxxx",
"accessToken": "xxxxxxxxxxxxxxxxx-xxxxxxxxxxxxxxxx",
"accessTokenSecret": "xxxxxxxxxxxxxxxx"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment