Using photo-editor-android with instagram.com

Java integration

Install
# Maven: see https://github.com/bevy/photo-editor-android
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
photo-editor-android
Java
API
instagram.com
instagram.com
At a glance
Language Java
Endpoints27