New Post: Managing multiple Twitter users authentication
Hi there, I would advise to use a database and store the credentials when the user connects on your website. Just create a TwitterCredentials table that you link to the UserCredentials of your website....
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: Operation is not valid due to the current state of the object
Hi there, No, it has never been resolved because I did not get the information I needed to investigate the problem any further. I you could please send me the information that are stored in your...
View ArticleCreated Issue: SearchType not working [2440]
https://tweetinvi.codeplex.com/discussions/569453
View ArticleEdited Issue: SearchType not working [2440]
https://tweetinvi.codeplex.com/discussions/569453
View ArticleNew Post: SearchType not working?
Hello there, I know it has already been 11 days since you publish your post, but I will have a look into this problem and let you know. Please find the issue here. Regards, Linvi
View ArticleNew Post: Get user Followers
Have you specified your credentials before performing these requests? The TwitterCredentials needs to be set in order to use Tweetinvi. Linvi
View ArticleNew Post: A) Authorize "to use your account?" keep appearing and B) How to...
I will try to come back on your issue later but would you please verify that the values of the user are null. Simply try to print the username and let me know if this work:var user =...
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 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: Get user Followers
Yea sure, this is the full code i use ILoggedUser loggedUser = null; IOAuthCredentials cred = TwitterCredentials.CreateCredentials ("XXXXXXXXXXXXXXXXXXXXXXXXXXX", "XXXXXXXXXXXXXXXXX",...
View ArticleNew Post: Operation is not valid due to the current state of the object
Hi I solved it myself thanks, it was a configuration problem with my application in twitter - I had left the callback field empty.
View ArticleNew Post: A) Authorize "to use your account?" keep appearing and B) How to...
Thx that worked! I don't know why I haven't see that... This resolve the the point B) for who read this post.
View ArticleNew Post: problems with Stream no events fired
This is working perfectly well on my machine. Would you please give more details concerning your problem. I will need more code in order to assist you. Regards, Linvi
View ArticleNew Post: Beginner Questions on Stream in WinForm
Hello, I'm completely new to this, so I'm curious if I can ask for help getting streams to work in a winform. For starters, I just want to try logging a stream, but I'd be satisfied with starting a...
View ArticleCommented Issue: Verify Windows XP compatibility [2193]
Verify that Tweetinvi is compatible with Windows XP.Comments: ** Comment from web user: RaTT ** .Net framework 4.5 is not compatible with Windows xp. Is it really needed fo tweetinvi?
View ArticleNew Post: null objects but valid tokens from login
Okay, nevermind, there was a weird config error and the wrong consumer keys were being passed in. Sorry!
View ArticleNew Post: Get user Followers
Hi again, Would you please check that your credentials are valid. TwitterCredentials.SetCredentials("xxx", "xxx", "xxx", "xxx"); var loggedUser = User.GetLoggedUser(); var areCredentialsValid =...
View Article