Has anyone attempted to implement Beej's Flickr API with Django? I'm
stuck at the spot of authentication where (in the example) the code
waits for the user to authenticate the application on Flickr before
proceeding:

if not token: raw_input("Press ENTER after you authorized this
program")

What's the best way to get around this?

The documentation can be found here under: 
http://flickrapi.sourceforge.net/flickrapi.html

Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to