There is no restriction shown on my app in this panel : https://apps.twitter.com/
But when i try to auth with my Access Token & Access Token Secret & Consumer Key (API Key) & Consumer Secret (API Secret) i get this error > WebException: The remote server returned an error: (401) Unauthorized.
What can i do? Where can i contact?
I am using only for my account. To follow defollow etc
My apps were working 1 day ago perfectly nothing changed
I have tried with .net CoreTweet project
var session = OAuth.Authorize(srConsKey, srConsSec);
var tokens = OAuth.GetTokens(session, "PINCODE");
I have tried with TweetInvi as well and same. It was working 1 day ago perfectly fine
Auth.SetUserCredentials(srConsKey,
srConsSec,
srAccessTok,
srAccTokSec);
var user= User.GetAuthenticatedUser(); // throws error
.
So may there be a ghost ban on my account? because there are no restrictions on my app. I even created a new app and tried with that as well
By the way i just tried and saw that the pin based authentication works with same keys. This is so ridicilious