Hi,
Great APIs! Just started using it to get timelines for about three or four handles. The call sequence looks like this:
-2146233088
{System.Net.WebException: The remote server returned an error: NotFound...
I reordered the handles and it fails for different handles but usually on the second or third time it's called, so it doesn't seem to be handle-dependent. From that point on all calls would fail.
Questions:
Great APIs! Just started using it to get timelines for about three or four handles. The call sequence looks like this:
- TwitterCredentials.SetCredentials(...);
- user = await UserAsync.GetUserFromScreenName(handle);
- timeline = await user.GetUserTimelineAsync(10);
-
wait 30s, repeat 2. and 3. for next handle
-2146233088
{System.Net.WebException: The remote server returned an error: NotFound...
I reordered the handles and it fails for different handles but usually on the second or third time it's called, so it doesn't seem to be handle-dependent. From that point on all calls would fail.
Questions:
- Am I not using the APIs correctly?
-
If not, what are the possible causes and solutions?