Advertisement
e55db081d05f58a

invalidateTWToken

Mar 12th, 2019
5,433
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. invalidateTWToken(){ proxychains curl --request POST   --url https://api.twitter.com/oauth2/invalidate_token   --header "authorization: Basic $1"   --header 'content-type: application/x-www-form-urlencoded'   --data "access_token=$2"; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement