Hi guys, i’m having a problem with acess token that came from auth0.
I have some users that when they try to logon in my application, the access_token of Instagram ( into identities ) are returning as invalid.
When i try use this access_token on the endpoint of instagram http://api.instagram.com/v1/users/self/?access_token=<ACCESS_TOKEN>
are returning as invalid, even if the user did the login a few minutes ago.
I Tried to delete the user in the Auth0, but doesn’t work
My question is, how can i refresh this token of instagram, to another new one ?
Thanks guys