Updated Release: 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 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 ArticleNew Post: Error with WebFormsSearchDemo
Hello, This website is about Tweetinvi (which you are not using)! But I would encourage you to use it, here is the code to perform a search:// Search the tweets containing tweetinvivar tweets =...
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 ArticleNew Post: Error with WebFormsSearchDemo
Linvi, Apologies, I have been playing with various libraries / options including TweetInvi. Evidently I forgot which one I was using and posted here by mistake.
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: wp8 app hanging when using tweetinvi with async/await [2282]
hi there, when I using tweetinvi with this code: var url = CredentialsCreator.GetAuthorizationURL(credentials);the app hanged out. after I debugged through, i found out that, the following code in...
View ArticleNew Post: Upload Profile Picture
Hi, Is there a way upload profile picture with tweetinvi? Thanks. Kind regards.
View ArticleCommented Unassigned: wp8 app hanging when using tweetinvi with async/await...
hi there, when I using tweetinvi with this code in my wp8 application: var url = CredentialsCreator.GetAuthorizationURL(credentials);the app hanged out. after I debugged through, i found out that, the...
View ArticleNew Post: Download an image included in a Tweet
What if the media URL requires authentication, as is the case with an entity in a direct message? I believe you can use TwitterAccessor.ExecuteQuery to retrieve the entity as a string and then save...
View ArticleNew Post: Resolving Mutual Relationship (2 way follow)
Hello, Given a user, I'd like to get a list of their friends (people the user follows). Then, I'd like to iterate through the friends to determine if they follow the user. This could work well if the...
View ArticleNew Post: TwitterCredentials.CreateCredentials initialisation exception
I am having the same error here is its screen shot please help me out :/
View ArticleNew Post: Cannot find System.Threading.Tasks
tweetinvi is great! but today, after moving to a new build pc, i cannot compile my project anymore. old build pc was visual studio 2010 new build pc uses visual studio 2013 The primary reference...
View ArticleCreated Unassigned: FAILED:Using Tweetinvi in a project using VS2010! [2289]
Hi there,I am trying to use Tweetinvi 0.9.3.4 in my project using Visual Studio 2010. I have downloaded the binaries. When I add reference to my project I add Tweetinvi.dll and Tweetinvi.Core.dll. I...
View ArticleNew Post: Do we able to get keyword searched from the tweets by using...
So, basically i have a list of keywords that are strings. I added them in one string. For instance: I have "apple", "obama" and "pencil" words. Thus my newly created string variable will look like...
View ArticleNew Post: [ADMIN] Coming back
Hello guys, Sorry for not replying to your post in the previous 3 days. I was working hard and did not have time to come over. I will reply to all of your questions shortly. Regards, Linvi
View Article