F
Flickr API
Details
- URL
-
https://api.flickr.com/services - Docs
- https://www.flickr.com/services/api/
Authentication
?api_key=<credential> /?oauth_consumer_key=<credential> Sign in to Flickr, open Create an App, then follow Request an API Key to register an application. Flickr issues an API key (consumer key) and a shared secret for the app. Use the API key for public API calls, and use the key + shared secret to sign OAuth 1.0a requests with HMAC-SHA1 as described in User Authentication.