Search code examples
javascriptinstagram

Instagram how to get user id from access token using javascript?


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


Solution

  • 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