New Post: problems with Stream no events fired
Hello there, I think your code is not correct, I cannot see in EventsRelatedWithTweetCreation that you register to the event. You need to do something like: us.TweetCreatedByAnyone += (sender, args)...
View ArticleCommented Unassigned: SSLv3 is disabled by twitter because of the POODLE...
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 ArticleCommented Unassigned: SSLv3 is disabled by twitter because of the POODLE...
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 ArticleCommented Unassigned: SSLv3 is disabled by twitter because of the POODLE...
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 ArticleNew Post: Cannot send a Tweet
Hi Linvi, I've extended your example as below, but I never get a valid response when trying to send a Tweet. There don't seem t be any errors anywhere, is there any way to track down additional...
View ArticleNew Post: Cannot send a Tweet
Hi, I've hooked this up to your source code for the latest release. Without setting the credentials, I can see the error telling me to set the credentials, so this is now done. I re-ran the example...
View ArticleNew Post: Cannot send a Tweet
OK, cracked it, there is another Token being returned from the GetCredentialsFromVerifierCode, so I was using the new Secret with the old Token. Final code below, phew // Consumer Key and Secret are...
View ArticleNew Post: Cannot send a Tweet
Just to let you know you can do :var result = CredentialsCreator.GetCredentialsFromVerifierCode(captcha, applicationCredentials); TwitterCredentials.SetCredentials(result );Linvi
View ArticleCommented Unassigned: SSLv3 is disabled by twitter because of the POODLE...
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 ArticleNew Post: problems with Stream no events fired
Thanks for your help i have tried that also, but no events fired, it looks like this now and still doesnt work var credentials = TwitterCredentials.CreateCredentials(accesstoken, accesssecret,...
View ArticleNew Post: problems with Stream no events fired
Did you perhaps have any suggestion on what might be the problem of the synch of servertime? That was the problem last time the stream didnt work. I have synched the clock now and still not working
View ArticleNew Post: Windows 8 and Visual Studio 2012 Express for Win 8 Help
Hi, I'm running Windows 8 and Visual Studio Express 2012 for Windows 8. I've created a new project, and used nuget console: PM> Install-Package TweetinviAPI (the usual course) nuget determined that...
View ArticleCommented Unassigned: I want to retweet using tweetinvi. [2436]
Hi , I want to retweet using tweetinvi but I got return null. I am sharing my code here please help asap.ITweet data1 = null; TwitterCredentials.ExecuteOperationWithCredentials(credentials, () =>{...
View ArticleNew Post: Windows 8 and Visual Studio 2012 Express for Win 8 Help
Well, I've managed to move code to VS 2012 by creating new solution with same structure and adding code files with some tweaking for system.reflection related code. It works fine now. However, it seems...
View ArticleNew Post: Cashtags and Hashtags with FilteredStream
I'm using the latest Nuget package of Tweetinvi. I'm having trouble creating filtered streams for both hashtags (#) and cahstags ($). Cashtags are used in tweets when users are referencing market...
View ArticleNew Post: Cashtags and Hashtags with FilteredStream
This is my current solution, but is not ideal. It does work however. int tweets = 0; var stream = Stream.CreateFilteredStream(); stream.AddTrack("FB"); stream.MatchingTweetReceived += (o, args) => {...
View ArticleCommented Unassigned: I want to retweet using tweetinvi. [2436]
Hi , I want to retweet using tweetinvi but I got return null. I am sharing my code here please help asap.ITweet data1 = null; TwitterCredentials.ExecuteOperationWithCredentials(credentials, () =>{...
View ArticleNew Post: Windows 8 and Visual Studio 2012 Express for Win 8 Help
Hi there, I have just spotted a bug affecting all async methods. I will release a bug fix in the coming days. Thank you for reporting the problem. Linvi
View ArticleCreated Issue: Bug resulting in Async methods clearing credentials [2450]
https://tweetinvi.codeplex.com/discussions/570639#post1316757
View Article