0

Is there any Instagram JS SDK to get user id using access token?

  • If you don't want to send a webrequest, you can also try to [decode the jwt](https://stackoverflow.com/questions/38552003/how-to-decode-jwt-token-in-javascript-without-using-a-library) and get the id – Pieterjan Nov 17 '21 at 06:55

1 Answers1

1

Enter this url in your browser with the users name you want to find and your access token

> https://api.instagram.com/v1/users/search?q=[USERNAME]&access_token=[ACCESS
 TOKEN]

you can find more information here

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Irakli Gabisonia
  • 806
  • 8
  • 19