Flickr Part 1
Let's use Flickr API
Let's take a look at Flickr API. For more information what Flickr is, please visit http://www.flickr.com/about/)
For Flickr API Documentation, please refer to this url: http://www.flickr.com/services/api/
OK!, so the very 1st step is to obtain key for your API. This means, you have to obtain permission from Flickr to access to API. Flickr determine if you are authorized developer or not from this key.
You can apply for key at here
Now you can follow instruction on Flickr API document and configure your key.
Then you can create login link which looks like below
http://flickr.com/services/auth/?api_key=[api_key]&perms=[perms]&api_sig=[api_sig]
Where [api_key] is your key (which you have just registered and retirieved)
[perms] is a permission level, Read | Write | Delete (see Flickr API doc for detail).
[api_sig] can be bit tricky and need few process.
Tag:
Flickr API
By:
syantien
|
2/10/2008 6:24:25 AM
/
2/10/2008 6:30:40 AM
|
* to keep comments safe and clean, we display and keep your ip address.