2010-11-08 16:29:10 -05:00
|
|
|
$OpenBSD: README,v 1.1 2010/11/08 21:29:10 jasper Exp $
|
2008-12-11 17:35:42 -05:00
|
|
|
|
|
|
|
You will need to have a ~/.flickcurl.conf .
|
|
|
|
|
|
|
|
1. Get an API key if you don't already have one.
|
|
|
|
|
|
|
|
Go to http://www.flickr.com/services/api/keys/ and obtain a "mobile" app
|
|
|
|
key You will be give an "api key", "shared secret" and an
|
|
|
|
authentication URL.
|
|
|
|
|
|
|
|
2. Create a ~/.flickcurl.conf file. For example:
|
|
|
|
|
|
|
|
[flickr]
|
|
|
|
api_key=<your api key>
|
|
|
|
secret=<your shared secret>
|
|
|
|
|
|
|
|
3. Get a frob
|
|
|
|
Visit your authentication url in a web browser to get a "frob".
|
|
|
|
|
|
|
|
4. Exchange the frob for an authentication token
|
|
|
|
|
|
|
|
flickcurl -a <your frob>
|
|
|
|
|
2009-10-09 12:09:31 -04:00
|
|
|
flickcurl will save the token in your config file.
|