rockstarrr
Regular Member
- Jul 25, 2012
- 271
- 21
What is the best way to create a new Access Token ? what method are you using
<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">
I am pretty sure it gives a new token. Or at least it renews the token. Why do you need a NEW token?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?
Temp bans are on accounts, not tokens.i tried it, its always the same token. i want to try on that way to revoke my temp Ban