Using instagram-ios-sdk with instagram.com

Objective-C integration

Install
# See https://github.com/crino/instagram-ios-sdk
Search for tags by name.
curl \
  # append ?access_token=$API_KEY to the URL \
  /tags/search
Search for media in a given area.
curl \
  # append ?access_token=$API_KEY to the URL \
  /media/search
Search for a user by name.
curl \
  # append ?access_token=$API_KEY to the URL \
  /users/search
SDK on GitHub 📄 API Docs
SDK
instagram-ios-sdk
Objective-C
API
instagram.com
instagram.com
At a glance
Language Objective-C
Endpoints27