Tushar Gusain
1 min readOct 11, 2020

--

Thanks for responding Aqibjaved.

I am assuming you have taken this note into account:

(Note:- Do not confuse instagram app id with facebook app id, your instagram app id is given inside Products > Instagram> Basic Display > Instagram App ID )

To make sure you are filling the correct details, make the curl request in terminal and check whether the same error persists:-

curl -X POST \

https://api.instagram.com/oauth/access_token \

-F client_id={instagram-app-id} \

-F client_secret={app-secret} \

-F grant_type=authorization_code \

-F redirect_uri={redirect-uri} \

-F code={authToken}

Source:

https://developers.facebook.com/docs/instagram-basic-display-api/getting-started

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Tushar Gusain
Tushar Gusain

Written by Tushar Gusain

I am an Android and iOS developer

No responses yet

Write a response