2

I am trying to receive my access_token after authenticating a user on Instagram. I have already received my special code that you are supposed to POST and then receive the access_token.

In my iPhone App, how would I make an HTTP POST with the following parameters to the access_token endpoint?

parameters:

  1. client_id: your client id
  2. client_secret: your client secret
  3. grant_type: authorization_code is currently the only supported value
  4. redirect_uri: the redirect_uri you used in the authorization request. Note: this has to be the same value as in the authorization request.
  5. code: the exact code you received during the authorization step.

I am pretty sure that the endpoint url is "https://api.instagram.com/oauth/access_token"

AndreyAkinshin
  • 18,603
  • 29
  • 96
  • 155
PhilSawyer
  • 41
  • 3
  • Hello PhilSawyer, can you please share to me that how can i follow an user in Instagram through ios sdk ? – Apple May 06 '13 at 07:12

0 Answers0