Created
April 26, 2016 23:09
-
-
Save jimwhimpey/9d8c5a4836f94cbd1b890ffc9429ad70 to your computer and use it in GitHub Desktop.
Setting up the Flickr SDK
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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