Hi again,
Would you please check that your credentials are valid.
Then, if they are valid, your code should work. In fact this is working on my machine.
You just need to know that the request can take a while if you request lots of objects.
For example calling ladygaga.GetFollowers(2000); will make at least 21 requests which can take a while to execute.
Please give me some news concerning the problem.
Linvi
Would you please check that your credentials are valid.
TwitterCredentials.SetCredentials("xxx", "xxx", "xxx", "xxx"); var loggedUser = User.GetLoggedUser(); var areCredentialsValid = loggedUser != null;
You just need to know that the request can take a while if you request lots of objects.
For example calling ladygaga.GetFollowers(2000); will make at least 21 requests which can take a while to execute.
Please give me some news concerning the problem.
Linvi