Access Token

rockstarrr

Regular Member
Joined
Jul 25, 2012
Messages
271
Reaction score
21
What is the best way to create a new Access Token ? what method are you using
 
What do you mean methods?
If you need a new token you can always revoke and authenticate the client again. You can read your authenticated tokens from here:

http://instagram.com/accounts/manage_access

They'll be in th HTML around here:
Code:
<form action="/oauth/revoke_access" method="POST">
            <input type="hidden" name="token" value="xxxxxxx578.1fb234f.xxxxxxxxdafa4e12ad15275d2ba684cb">
 
What do you mean methods?
If you need a new token you can always revoke and authenticate the client again. You can read your authenticated tokens from here:

http://instagram.com/accounts/manage_access

They'll be in th HTML around here:
Code:
<form action="/oauth/revoke_access" method="POST">
            <input type="hidden" name="token" value="xxxxxxx578.1fb234f.xxxxxxxxdafa4e12ad15275d2ba684cb">

but whats the point.. it is always the same token number. i thought it is possible to get a new token number
 
I am pretty sure it gives a new token. Or at least it renews the token. Why do you need a NEW token?

i tried it, its always the same token. i want to try on that way to revoke my temp Ban
 
i tried it, its always the same token. i want to try on that way to revoke my temp Ban
Temp bans are on accounts, not tokens.
Only way to get rid of one is to wait. Avoid going too fast and you will be fine without temp bans.
 
Back
Top