Using DPFlickr with flickr.com

Objective-C integration

Install
# See https://github.com/bobbypage/DPFlickr
Returns an access token
curl \
  https://api.flickr.com/services/oauth/access_token
Returns an oauth token and oauth token secret
curl \
  https://api.flickr.com/services/oauth/request_token
Echos the input parameters back in the response
curl \
  https://api.flickr.com/services/rest?method=flickr.test.echo
SDK on GitHub 📄 API Docs
SDK
DPFlickr
Objective-C
API
flickr.com
flickr.com
At a glance
Language Objective-C
Endpoints25
Base URLhttps://api.flickr.com/services