New Post: GetHomeTimeline not reliable
The rate limits are a nightmare, the documentation is very bad. Don't rely on the Twitter documentation. Try, and Test is the only way to work with RateLimits. I am currently working on RateLimit tools...
View ArticleNew Post: GetHomeTimeline not reliable
" Don't rely on the Twitter documentation. ", so funny
View ArticleNew Post: Filtered Stream if he/she follow and i follow him/her
hi linvi, i've try this line: followerIds.ForEach(id => fs.AddFollow(id)); it getting error on ForEach. i'll try to explain hope you will understand now linvi. i have account with screenname...
View ArticleNew Post: Filtered Stream if he/she follow and i follow him/her
hi linvi, i've figure out how to solve my problem: public void bgw_DoWork(object sender, DoWorkEventArgs e) { var currentUser = User.GetLoggedUser(); var followerIds = currentUser.GetFollowerIds(); var...
View ArticleNew Post: Filtered Stream if he/she follow and i follow him/her
Maybe you want to use the UserStream:var followerIds = new HashSet<long>(User.GetFollowerIds("me")); var us = Stream.CreateUserStream(); us.TweetCreatedByAnyoneButMe += (sender, args) => { var...
View ArticleNew Post: GetHomeTimeline not reliable
This is sad but real. And it is not myself who says it, their developers gave me this answer when I asked them questions related to RateLimits.
View ArticleNew Post: How send a Tweet
Hi! I get this exception: Too Many Requests - Returned in API v1.1 when a request cannot be served due to the application's rate limit having been exhausted for the resource. See Rate Limiting in API...
View ArticleNew Post: Tweetinvi C# Desktop Application PIN Authentication
Hi, Is there any way to use the 0.9.4.0 library in a .NET 4.0 application? It seems to have dependencies on .NET 4.5
View ArticleNew Post: Tweetinvi C# Desktop Application PIN Authentication
Tweetinvi is 100% compatible with .NET 4.0 application. Which dependency are you talking about? Linvi
View ArticleNew Post: Stream Questions
Sorry I was wrong, the base stream has this option and I did not remember but I implemented it. fs.FilterTweetsToBeIn(Language.English);Sorry for the misinformation. Linvi
View ArticleNew Post: Tweetinvi C# Desktop Application PIN Authentication
When I try and use credentialscreator from the Tweetinvi namespace it says it cannot find it:The type or namespace name 'CredentialsCreator' does not exist in the namespace 'Tweetinvi' (are you missing...
View ArticleNew Post: Tweetinvi C# Desktop Application PIN Authentication
Hi, I think I know what is going wrong. Would you please use the version available on nuget. This should solve the problem. I will update the release tonight on nuget and publish the 0.9.4.1. Linvi
View ArticleNew Post: Emoticons in Tweets
Hi. I ran into this issue with Tweetsharp where Emoticons were causing the JSON to throw an excreption. Does your code handle this?
View ArticleNew Post: Emoticons in Tweets
Hi, I have not enough information to help you. What is the issue? What is the json? What are you trying to do? Linvi
View ArticleNew Post: Emoticons in Tweets
In tweetsharp, when I pulled tweets from a user and there were emoticons, Json threw a type exception as it could not encode these characters. I'm trying to pull all tweets for a giver user.Carey
View ArticleNew Post: Emoticons in Tweets
Normally Tweetinvi should handle emoticons. But please let me know the Tweet ID or a link to the tweet that crashes your application and I will be happy to test it for you. Linvi
View ArticleCommented Feature: Reply with multiple pictures [2293]
I could not able to reply with multiple pictures.I added 3 pictures and did reply, only one image is replied.My code is as followsbyte[] file1 =...
View ArticleCommented Feature: Reply with multiple pictures [2293]
I could not able to reply with multiple pictures.I added 3 pictures and did reply, only one image is replied.My code is as followsbyte[] file1 =...
View ArticleNew Post: Problem when logging in again
Hi, I try to make a desktop application that reads tweets of a few users and uses the data on a server. The user should be able to log in in my case. Therefore I tried to display the...
View ArticleNew Post: What is the captcha of twitterinvi
when it comes to "Get credentials with captcha system",I was requests to put in a captcha,but I do not know what is it.Please help,thank you!
View Article