New Post: Follow or create friend
Hi, You want to use the following code:var user = User.GetLoggedUser(); var userToFollow = User.GetUserFromScreenName("tweetinviapi"); user.FollowUser(userToFollow);Linvi
View ArticleNew Post: Tweetinvi STREAM works on console application but It does not work...
Hi everyone, I'm using tweetinvi to get data from filtered stream, I'm using signalR to expose this data while this is working good in a console application I could not get this working in ASP.NET 4.5...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Hi Linvi, How are you getting on with this? Do you need want more info? Thanks, Josh
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Hi Josh, I did not have time to work on this issue yet. Could you check the number of threads running in your application when you encounter this issue please? I will let you know more when I have...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Hi Linvi, Fair enough; do you have a rough idea of when you'll be getting around to looking at this? I ask because if it'll be a while I can look into implementing some sort of work-around in the mean...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
I will try my best to help you as much as you can. Your bug is my priority. IMPORTANT : Would you please let me know if you are using a proxy please? 239 threads seems quite high. Hopefully reading...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
I'm not using a proxy (and haven't tested it with one). 200+ is a fair few threads, and that will continue to rise as more users are added & more functionality is implemented, but it's sitting...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Could you please replace your WebLogic dll by the following:https://www.codeplex.com/Download/AttachmentDownload.ashx?ProjectName=tweetinvi&WorkItemId=2546&FileAttachmentId=3379 Let me know if...
View ArticleNew Post: REST API Timeout. Cannot see requests getting sent
Hi Linvi, That won't run: Unhandled Exception: System.TypeInitializationException: The type initializer fo r 'Tweetinvi.TweetinviConfig' threw an exception. ---> System.TypeInitialization Exception:...
View ArticleUpdated Release: Tweetinvi 0.9.7.x
Tweetinvi Update 0.9.7.0Quick OverviewUserStream UpdateTweetinvi 0.9.7.x Work ItemsUserStream Update In order to add a missing of the UserStream class, Tweetinvi is now handling the AccessRevoked...
View ArticleNew Post: How to use the rate limiter
Hello, I can't manage to understand how to use the rate limiter, and the documentation is too short for me. I tried on purpose to send the same search query time after time to reach the limiter but...
View ArticleNew Post: Tweet with media proxy behavior
Hi, While tweeting with media behind a proxy, it seems like twitter can still see our real ip. It is acceptable that twitter can do it while we are tweeting through their web page, since they are using...
View ArticleNew Post: Filtered Stream Hangs
Thank you thoze, I had the same problem as WildAl but after using "StartStreamMatchingAllConditionAsync" function as you suggested, I am now able to get the tweets, however the application is freezing...
View ArticleNew Post: [ANSWERED] How to use the rate limiter
Ok I will answer myself, it may help someone. Sorry if I don't post much code here, it is not yet written :) What I decided to do is to first initiate a local variable that will work like the rate...
View ArticleNew Post: Search old tweets
Hello, Is there any way to work around the limitation to the "age" of tweets that will be found through a search query? Currently it seems impossible to dig more than one to two week old. How to find...
View ArticleNew Post: Send message to all followers
Is their a way to send a message to all existing followers that can also include an image if so how please great looking libary btw. Miss tweetsharp
View ArticleCommented Unassigned: HashTags are null with Tweet with photo [2548]
Consider the following code:```//Tweet 588403629956190209://When live gives you lemons... #motivational http://t.co/YvofkvOS8Jvar tweet = Tweet.GetTweet(588403629956190209);if (tweet.Hashtags == null...
View Article