Skip to content

Commit

Permalink
per-user tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Brubeck Unhammer committed Oct 18, 2010
1 parent c99beb4 commit 6545952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pressflickr.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def get_tag_by_NSID(NSID,config):

api_key = '7e3dfb26a6d98574fc6f1241f9c76d7b'
api_secret = '6e2a0429802b8759'
flickr = flickrapi.FlickrAPI(api_key, api_secret)
flickr = flickrapi.FlickrAPI(api_key, api_secret, username=NSID)
(token, frob) = flickr.get_token_part_one(perms='read')
if not token: raw_input("Press ENTER after you authorized this program")
flickr.get_token_part_two((token, frob))
Expand Down

0 comments on commit 6545952

Please sign in to comment.