I finally found the problem:
Instead of calling the:
Thanks for such a useful API!
Instead of calling the:
TwitterCredentials.ExecuteOperationWithCredentials
I had to call the: TwitterCredentials.ApplicationCredentials = TwitterCredentials.CreateCredentials(token, secretToken, ConsumerKey, ConsumerSecret);
That solved my problem.Thanks for such a useful API!