Edited Issue: SSLv3 is disabled by twitter because of the POODLE exploit [2438]
i am now getting the following error: "the request was aborted: could not create SSL/TLS secure channel". how do i fix this, please see with me I am new to programming.my application was working fine...
View ArticleEdited Feature: Add Filter Types to Search [2516]
https://tweetinvi.codeplex.com/discussions/581857q=filter:images will get only tweets with imagesq=filter:videos will get only tweets with...
View ArticleEdited Issue: Stream Reset Improvements [2513]
https://tweetinvi.codeplex.com/discussions/573889See the end of the Thread.
View ArticleEdited Feature: Implement All parameters to Streams [2512]
https://dev.twitter.com/streaming/overview/request-parameters
View ArticleEdited Feature: Twitter Stream - Handle Heartbeat [2433]
Thanks for the great job you'v done.I'm facing unreported disconnection in the FilteredSteam.According to this [page](https://dev.twitter.com/streaming/overview/connecting), such stalls must be...
View ArticleNew Post: How get the user/creator of tweet ?
There was no solution for him as he did not reply to my request. You can send me your code without credentials if you want. I can try reproducing it and let you know if I can. Linvi
View ArticleNew Post: Image Search
try the following :var tweets = Search.SearchTweets("#EXHIBITORLIVE filter:images"); Linvi
View ArticleNew Post: Image Search
I did that it works, but the searched items does not have the URL for the images... I think the "&include_entities=true" change the search to include the images... So I have to do another pull for...
View ArticleNew Post: Image Search
This is working for me :var tweets = Search.SearchTweets("#obama filter:images"); foreach (var tweet in tweets) { var imageURL = tweet.Entities.Medias[0].ExpandedURL; }Linvi
View ArticleNew Post: Image Search
Though I will add the IncludeEntities parameter for the next release.
View ArticleNew Post: How do I add authentication to a WFA?
I've had some progress based on another example from these forums. Getting these errors now?class globals { // Set Application Credentials for the Twitter API. public static string oauth_consumer_key =...
View ArticleCreated Feature: Add a CustomParameters string to all QueryParameters [2518]
QueryParameters should all inherit from a class that contains a CustomParameter property that can be used to add Parameters that have not yet been implemented by Tweetinvi
View ArticleEdited Feature: Add a CustomParameters string to all QueryParameters [2518]
QueryParameters should all inherit from a class that contains a CustomParameter property that can be used to add Parameters that have not yet been implemented by Tweetinvi
View ArticleNew Post: Image Search
thanks... It's working great now... Great API You have any for Instagram or Vine?
View ArticleNew Post: Beginner Question – Stream Won’t Start
Hello, I just started working with this a few days ago. I’m trying to get something basic up running as a POC. I cannot get the stream to start. Can someone help and tell me what I’m doing wrong?...
View ArticleNew Post: Beginner Question – Stream Won’t Start
Good, I have not done a lot, but I am happy your fixed this :) Enjoy Tweetinvi :p
View ArticleNew Post: Issues with Tweetinvi 0.9.5.2 - Binaries
Could you try and target .NET Framework 4.5 and let me know what happens please.
View ArticleNew Post: Issues with Tweetinvi 0.9.5.2 - Binaries
Hi, It is getting quite late here. Please keep me up to date with your issue but I will have to reply tomorrow. Cheers, Linvi
View ArticleNew Post: Issues with Tweetinvi 0.9.5.2 - Binaries
I am using VS2010, so I think I cannot use .NET framewok 4.5 on it.
View ArticleNew Post: convert samplestream to vb.net
Hello, I am trying to get the stream reader going, and noticed your thread example below which is perfect, I am wondering if someone might be able to help me convert it or an equilivent to vb.net: Dim...
View Article