When calling
var tweets = user.GetUserTimeline(timelineParameter);
I occasionally get the error
Error converting value 7694352 to type 'Tweetinvi.Logic.DTO.UserDTO'. Path '[16].contributors[0]', line 1, position 34980.
I wonder if this is a known issue and if there is a workaround?
var tweets = user.GetUserTimeline(timelineParameter);
I occasionally get the error
Error converting value 7694352 to type 'Tweetinvi.Logic.DTO.UserDTO'. Path '[16].contributors[0]', line 1, position 34980.
I wonder if this is a known issue and if there is a workaround?