Hi,
I will have a look into this issue. You can get more information about the issues by working with the ExceptionHandler.
They will both return a TwitterException with loads of useful information in it.
Linvi
I will have a look into this issue. You can get more information about the issues by working with the ExceptionHandler.
// Disable Automatic Exception Handling ExceptionHandler.SwallowWebExceptions = false; // If you have the exception handler is enable use the following codevar lastException = ExceptionHandler.GetLastException();
Linvi