Created Unassigned: Null Object Reference [2276]
whenever i try to get follower or friends of any user, the API gives me exception of "Null Object Reference". List<string> total = new List<string>(); List<Tuple<int, string>>...
View ArticleCommented Unassigned: Null Object Reference [2276]
whenever i try to get follower or friends of any user, the API gives me exception of "Null Object Reference". List<string> total = new List<string>(); List<Tuple<int, string>>...
View ArticleCommented Unassigned: Null Object Reference [2276]
whenever i try to get follower or friends of any user, the API gives me exception of "Null Object Reference". List<string> total = new List<string>(); List<Tuple<int, string>>...
View ArticleCommented Unassigned: Null Object Reference [2276]
whenever i try to get follower or friends of any user, the API gives me exception of "Null Object Reference". List<string> total = new List<string>(); List<Tuple<int, string>>...
View ArticleCommented Unassigned: Null Object Reference [2276]
whenever i try to get follower or friends of any user, the API gives me exception of "Null Object Reference". List<string> total = new List<string>(); List<Tuple<int, string>>...
View ArticleCreated Unassigned: ArgumentNullException on SearchTweets [2280]
Hello there,I keep getting ArgumentNullExceptions when I try to search for Tweets. Stack Trace:``` bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) bei...
View ArticleCommented Unassigned: ArgumentNullException on SearchTweets [2280]
Hello there,I keep getting ArgumentNullExceptions when I try to search for Tweets. Stack Trace:``` bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) bei...
View ArticleCommented Unassigned: ArgumentNullException on SearchTweets [2280]
Hello there,I keep getting ArgumentNullExceptions when I try to search for Tweets. Stack Trace:``` bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) bei...
View ArticleNew Post: serialize json result to ITweetList
Is there an easy way to convert a json result from the functionSearchJson.SearchTweets(searchParameter); to an object such as ITweetList? I know I can instantly get back such an object by...
View ArticleEdited Issue: ArgumentNullException on SearchTweets [2280]
Hello there,I keep getting ArgumentNullExceptions when I try to search for Tweets. Stack Trace:``` bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) bei...
View ArticleCommented Issue: ArgumentNullException on SearchTweets [2280]
Hello there,I keep getting ArgumentNullExceptions when I try to search for Tweets. Stack Trace:``` bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) bei...
View ArticleNew Post: serialize json result to ITweetList
Hi, I am not sure I will implement this feature but feel free to use the following code:var json = SearchJson.SearchTweets("MY_SEARCH"); var searchQueryHelper =...
View ArticleNew Post: Error with WebFormsSearchDemo
Im using the WebFormsSearchDemo project. When I try doing a search it errors out with the following details: JsonData instance doesn't hold an int Description: An unhandled exception occurred during...
View ArticleNew Post: serialize json result to ITweetList
Thanks for your solution, it worked for me! It could be a nice feature if there is a demand for it. I found the documentation not to be sufficient to come up with this solution (speaking on my behalf).
View ArticleNew Post: serialize json result to ITweetList
Hi,I found the documentation not to be sufficient to come up with this solution (speaking on my behalf). This is not some code that I expect from any developer using the API. When I use...
View ArticleCommented Unassigned: Null Object Reference [2276]
whenever i try to get follower or friends of any user, the API gives me exception of "Null Object Reference". List<string> total = new List<string>(); List<Tuple<int, string>>...
View ArticleSource code checked in, #37381
Version 0.9.3.4 - Bug Fix when receiving WebException for Search.SearchTweets method
View ArticleCommented Issue: ArgumentNullException on SearchTweets [2280]
Hello there,I keep getting ArgumentNullExceptions when I try to search for Tweets. Stack Trace:``` bei System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source) bei...
View ArticleReleased: Tweetinvi 0.9.3.x (Jun 01, 2014)
Timelines - Added all the parameters available from the Timeline Endpoints in Tweetinvi. - This is available for HomeTimeline, UserTimeline, MentionsTimeline// Simple queryvar tweets =...
View Article