Skip to content

Instantly share code, notes, and snippets.

@andflett
Created August 5, 2011 10:24
Show Gist options
  • Save andflett/1127273 to your computer and use it in GitHub Desktop.
Save andflett/1127273 to your computer and use it in GitHub Desktop.
Instagram API: Subscribe to your authenticated users' feed
curl -F 'client_id=CLIENT-ID' \
-F 'client_secret=CLIENT-SECRET' \
-F 'object=user' \
-F 'aspect=media' \
-F 'verify_token=userSubscription' \
-F 'callback_url=http://YOUR-CALLBACK/URL' \
https://api.instagram.com/v1/subscriptions/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment