Linked Questions
11 questions linked to/from Instagram how to get my user id from username?
3
votes
2
answers
9k
views
Instagram get user ID from username [duplicate]
I recently found out from my employer that a public access token is no longer needed for obtaining a user ID from a user name which is great but I cannot find the relative documentation. I have been ...
10
votes
4
answers
21k
views
Instagram get username from userId
I have the ability to get userId from username, but I do not have the ability to get username from userId.
I have a database of userId because that is all my app needed to function, but I want to ...
19
votes
5
answers
47k
views
Link to Instagram profile with user ID
I want to link to a profile/user account on Instagram. I have the user ID, but the I can't find the answer in the developer API documentation. I've tried instagram.com/userID and instagram.com/users/...
4
votes
1
answer
5k
views
Instagram: How to get Username/ID from Access-token?
I got an access-token of an Instagram-Account on my MySQL-Database and I wanted to know if there is a way to get the Username or the UserID of the creator of this token (with PHP).
Any ideas or is ...
3
votes
0
answers
6k
views
Get Instagram user profile picture from username
This answer contains a method by which an Instagram user's images can be obtained from their username without authenticating as a user (using the https://instagram.com/[USER_ID]/media URL). I'm ...
0
votes
1
answer
5k
views
Find a Instagram Users ID for API Access (As of 2018)
The Problem
I have built an Instagram Feed on a friend's WordPress website to display the eight latest images from a specified feed.
I hit this endpoint to achieve this:
https://api.instagram.com/v1/...
0
votes
1
answer
1k
views
How to retrieve user id out of username
I have a input field where you can type in the user id. When typed in, it can display images from that user.
How ever, I would like to type in a username instead of a userid to fetch the images.
Does ...
1
vote
1
answer
2k
views
Instagram api working on localhost but not working on server (Instagram profile details)
If I run this code on my localhost through terminal or Insomnia. It is just working fine. But the server return null. What should I do to get the result?
curl -s 'https://i.instagram.com/api/v1/users/...
0
votes
1
answer
1k
views
Unable to get images from Instagram by using the provided PHP API
I am trying to the Instagram PHP API to get friends photos. I registered as a sandbox user as well as a dummy user with few random images posted.Then, I invited the dummy user to grant the app in ...
0
votes
1
answer
600
views
How to get User ID by InstaSharper
I'm learning InstaSharper, but I can't understand how to Follow/Unfollow user. Because UnFollowUserAsync requires UserId. Can you tell me please how to get User's ID, or maybe there are other ways to ...
0
votes
1
answer
503
views
I need to get an Instagram User ID# for use in Google Script
I'd like to take a username and plug it into this format
https://www.instagram.com/{username}/?__a=1
thanks to this thread for that tip
I then need to follow that link in java, and when doing so it ...