invalid oauth access token instagram

Solutions on MaxInterview for invalid oauth access token instagram by the best coders in the world

showing results for - "invalid oauth access token instagram"
Manuela
21 Jul 2018
1curl -X POST \
2  https://api.instagram.com/oauth/access_token \
3  -F client_id=990602627938098 \
4  -F client_secret=eb8c7... \
5  -F grant_type=authorization_code \
6  -F redirect_uri=https://socialsizzle.herokuapp.com/auth/ \
7  -F code=AQCvI...