I’m building an app, where the user can submit their mood (from 0-10), and then i count the sum of all the submitted values.
If i create a twitter account (lets call it @mood).
Can i then build a service, who monitors twitter, so the user can write (in twitter) like “@mood 6”
And i get the value “6” in my application?
I’m using ASP.NET MVC3 with Razor and LINQ 2 SQL.
Thanks in advance.
I suggest you look into the Twitter API and the Developer Center for creating your mood post.
Getting the information should be easy using the feed of the twitter account.