khoitx-ugaming
Results
1
comments of
khoitx-ugaming
For anyone having this issue, you can go into twauth-web.py and edit ``` show_user_url = 'https://api.twitter.com/1.1/users/show.json' ``` into ``` show_user_url = 'https://api.twitter.com/1.1/account/verify_credentials.json' ``` and it should work again Reference: step...