4

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 this impossible?

Dominik Seemayr
  • 830
  • 2
  • 12
  • 30

1 Answers1

14

https://api.instagram.com/v1/users/self?access_token=[VALUE]

Seems to work even though it's not documented.

vsync
  • 118,978
  • 58
  • 307
  • 400
Andy
  • 273
  • 3
  • 8
  • tested yesterday, not working anymore, can use this instead https://developers.facebook.com/docs/instagram-api/reference/user – am05mhz Jul 02 '20 at 02:57