Advertisement
Guest User

Untitled

a guest
Sep 16th, 2015
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. curl -F 'client_id=CLIENT_ID' \
  2. -F 'client_secret=CLIENT_SECRET' \
  3. -F 'grant_type=authorization_code' \
  4. -F 'redirect_uri=AUTHORIZATION_REDIRECT_URI' \
  5. -F 'code=CODE' \
  6. https://api.instagram.com/oauth/access_token
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement