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/userID
but these aren't working. Simple question: I have just a single <a>
tag and I want to know what goes in the href
to take the user to a specific instagram profile. Or possibly a window.location
in javascript.
Or if there's a way to get the username from the ID, I suppose I could also do it in that round-a-bout way...