linvi / tweetinvi

Tweetinvi, an intuitive Twitter C# library for the REST and Stream API. It supports .NET, .NETCore, UAP (Xamarin)...
MIT License
1.01k stars 220 forks source link

IUser GetUserTimeline #720

Open ammcom255 opened 6 years ago

ammcom255 commented 6 years ago

Hi

This method takes a parameter which is the number of tweets to retrieve, Tweeter API states that the maximum per request is 200, but this function is returning null for arbitrary number greater than 100

Is is a bug?

linvi commented 6 years ago

Hello,

You would have to share your code. When Tweetinvi returns null, it means that an exception was raised by Twitter.

To be able to help you more, I would need you to share the exception your receive by disabling the ExceptionHandler.

https://github.com/linvi/tweetinvi/wiki/Exception-Handling#per-request-exception-handling

Cheers, Linvi