New Post: Web application help
Also I would just like to emphasize that I'm not looking for the app to return the tweets themselves but to return the amount of tweets, for example: the keyword Manchester united has been mentioned...
View ArticleNew Post: Web application help
Unfortunately, I will not be able to share the code with you as the project has been done for a client. But this is a simple matter of storing the number of Tweets somewhere (file/database) and...
View ArticleNew Post: Web application help
I keep getting this error in relation to sender, do you know what it means? Error 1 A local variable named 'sender' cannot be declared in this scope because it would give a different meaning to...
View ArticleNew Post: Web application help
Hi, It just informs you that the sender variable already exist in a your code scope. Simply replace sender by s. fs.MatchingTweetReceived += (s, args) => { };Linvi
View ArticleNew Post: Web application help
Okay here's my code for the Home.aspx.cs page: using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Threading; using Tweetinvi;...
View ArticleNew Post: Web application help
Hi, You have 2 problems that I can see here. The first one is that you try to access a stream from a webpage. I think you should have this done on your server as webservice because it is an ongoing...
View ArticleNew Post: Web application help
Hi This is great, you have been a huge help thank you. I have one finally question then the last time you hear from me will be a mention in my graduation speech. You mentioned earlier that I would need...
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: retrieve tweets and geolocation of twitter by keywords C# asp.net c#
I am new to tweetinvi. I want to retrieve tweets and geo-location by keywords. I am developing a web application that shows the geo-location for the tweet that match the keyword. But i am unable to...
View ArticleNew Post: Web application help
Hi, Yes, this is very easy. As I said you can either use a File as a CSV or a database. This link describes how to use the database easily with Visual Studio 2012. To create the table :CREATETABLE...
View ArticleNew Post: retrieve tweets and geolocation of twitter by keywords C# asp.net c#
Hi, It depends on what you are willing to do, but you can either use the Twitter Search API or Twitter FilteredStream. There are examples in the documentation.var tweets = Search.SearchTweets("hello");...
View ArticleCreated Unassigned: GetAccountSettings() throws JsonSerializationException...
Hi, i'm running Tweetinvi 0.9..4.1, it was working great then suddenly i'm receiving an exception whenever call loggedUser.GetAccountSettingsAsync()Exception details:An exception of type...
View ArticleCommented Unassigned: GetAccountSettings() throws JsonSerializationException...
Hi, i'm running Tweetinvi 0.9..4.1, it was working great then suddenly i'm receiving an exception whenever call loggedUser.GetAccountSettingsAsync()Exception details:An exception of type...
View ArticleEdited Issue: GetAccountSettings() throws JsonSerializationException [2455]
Hi, i'm running Tweetinvi 0.9..4.1, it was working great then suddenly i'm receiving an exception whenever call loggedUser.GetAccountSettingsAsync()Exception details:An exception of type...
View ArticleNew Post: More tweets with Search
Im trying to use the search tweets function to return all of the tweets for what i've searched, is there a way to return all of the tweets for what i've searched? because right now I'm only getting the...
View ArticleNew Post: More tweets with Search
Here's my code using System; using System.Collections.Generic; using System.Data.SqlClient; using System.Configuration; using System.Diagnostics; using System.IO; using System.Linq; using...
View ArticleSource code checked in, #40024
Version 0.9.4.1 + Version 0.9.5.0 - SearchResults are not using the proper channel (popular/newest)
View ArticleClosed Issue: SearchType not working [2440]
https://tweetinvi.codeplex.com/discussions/569453Comments: Resolved with changeset 40024: Version 0.9.4.1 + Version 0.9.5.0- SearchResults are not using the proper channel (popular/newest)
View ArticleReopened Issue: SearchType not working [2440]
https://tweetinvi.codeplex.com/discussions/569453
View Article