New Post: Suggestions on Async Operation where each Operation Could Have...
What are your suggestions on how to execute PublishTweet using the Async method where each operation could have different credentials ? Currently... the execute with credentials it appears only works...
View ArticleNew Post: Suggestions on Async Operation where each Operation Could Have...
Hi there, Just to be sure we are on the same page. You are saying that when you use TwitterCredentials.ExecuteOperationWithCredentials with an async method it does not use the operation credentials? If...
View ArticleNew Post: Suggestions on Async Operation where each Operation Could Have...
Code like the following.. where there are many async methods queued up.... end up with the global static application context... because the context gets rolled back in the method below......
View ArticleCreated Issue: ExecuteOperationWithCredentials with Async method can lead to...
As per https://tweetinvi.codeplex.com/discussions/543850.
View ArticleEdited Issue: ExecuteOperationWithCredentials with Async method can lead to...
As per https://tweetinvi.codeplex.com/discussions/543850.
View ArticleNew Post: Suggestions on Async Operation where each Operation Could Have...
I am not sure what you are attempting to do there but I think you are not using the async framework correctly. An Async method returns a Task<Tweet> not a Tweet. The async method is also...
View ArticleNew Post: Suggestions on Async Operation where each Operation Could Have...
Based on your work and deep understanding of this framework (creator :)).... What potential issues would I have if I added something like the following class below.... and then switched the code to...
View ArticleCommented Task: Problem with app certification on WP Store [2181]
Hi,My app fails certification on the Windows Phone because the store says that Tweetinvi is built in debug mode and they don't accept app built in debug mode. I installed the library from...
View ArticleNew Post: Best practice for keeping streams alive
Hello. I'm trying to implement the streaming but I can not get it to work. Where I can find the right way to do it, I tried the dll documentation, but I fail to fucnione. Working with c # or Vb.net. My...
View ArticleNew Post: Best practice for keeping streams alive
Hi, Would you please be more precise on what you are trying to do. To add credentials in Tweetinvi just use the following method with your credentials. TwitterCredentials.SetCredentials("Access_Token",...
View ArticleNew Post: Suggestions on Async Operation where each Operation Could Have...
Hi, Yes, I think it will work properly if you do that. Very simple but I think I will add more features in Tweetinvi so that developers can pass an async action and still make it work. In the meantime...
View ArticleNew Post: Suggestions on Async Operation where each Operation Could Have...
Ok... really appreciate your response... and it seems to be working... just wanted to see if you saw any issues. We will use your method / support when completed. Thanks James
View ArticleNew Post: User Agent
I've been using tweetinvi for search and noticed that my rate limit is less than twitter advertises it to be with application only-authentication. The following link mentions that the absence of a...
View ArticleNew Post: Compilation fixup problem
I have taken an existing working program and updated from Tweetinvi 0.9.0.4 to 0.9.2.3 and now I have errors stating that things like : IMessage ITweet IUser IUserStream and others... are not defined....
View ArticleNew Post: Compilation fixup problem
Have just browsed the version history and some of the 0.9.1.0 diffs. The namespace TweetinviCore changed to Tweetinvi.Core in this version. I have changed my using/Imports statements and my...
View ArticleNew Post: Compilation fixup problem
Hi, Yes I changed the namespace in order to bring some homogeneity within the naming. I am now happy with the namespace naming so you can feel comfortable to update to the next versions without this...
View ArticleNew Post: User Agent
Hi, I am not sure what is causing the issue but I will investigate for you. In the meantime please know that Twitter is now in version 1.1 and the documentation you referenced in for version 1.0. The...
View ArticleNew Post: User Agent
From: linviHi, I am not sure what is causing the issue but I will investigate for you. In the meantime please know that Twitter is now in version 1.1 and the documentation you referenced in for version...
View ArticleNew Post: .NET issues?
Dear Linvi & Developers, I really like this library, and it has been a quick and easy start so far. Thanks for bringing it out and sharing with the wider community. I have encountered a problem...
View ArticleNew Post: .NET issues?
I've been facing the same issue ever since v0.9. Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral I use the merged...
View Article