Skip to content

Example how to Authenticate using OAuth for the Flickr API

License

Notifications You must be signed in to change notification settings

kelsmj/FlickrOAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bbece90 · Aug 31, 2013

History

14 Commits
Aug 27, 2011
Aug 23, 2011
Jul 3, 2011
Aug 28, 2013
Aug 27, 2011
Aug 23, 2011
Aug 23, 2011
Aug 14, 2011
Aug 14, 2011
Aug 6, 2011
Aug 27, 2011
Aug 27, 2011

Repository files navigation

Contains example code on how to authenticate using OAuth for the flickr API.  Uses the https://github.com/simplegeo/python-oauth2 library, and the code was partially based off of the example code for that library.

You must create a file called "apikeys" that has your applications api_key on the first line and the secret on the second line, in order for this code to work.

This is my first attempt at both OAuth and Python, I understand there is some code refactoring that is needed.

Blog about this is available at: http://mkelsey.com/2011/07/03/Flickr-oAuth-Python-Example

About

Example how to Authenticate using OAuth for the Flickr API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages