Linked Questions

3 votes
2 answers
9k views

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 ...
That Homeless Guy's user avatar
10 votes
4 answers
21k views

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 ...
CQM's user avatar
  • 44.6k
19 votes
5 answers
47k views

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/...
smilebomb's user avatar
  • 5,523
4 votes
1 answer
5k views

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 ...
Dominik Seemayr's user avatar
3 votes
0 answers
6k views

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 ...
Luke Taylor's user avatar
  • 9,987
0 votes
1 answer
5k views

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/...
Allan of Sydney's user avatar
0 votes
1 answer
1k views

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 ...
0846277's user avatar
  • 73
1 vote
1 answer
2k views

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/...
Apurba Podder's user avatar
0 votes
1 answer
1k views

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 ...
r0n9's user avatar
  • 2,819
0 votes
1 answer
600 views

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 ...
vanya's user avatar
  • 21
0 votes
1 answer
503 views

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 ...
Chrslxndr's user avatar