Fetching Tweets by multiple hashtags using Windows Azure Mobile Services
In my previous post I went through the whole process how to create new Windows Azure Mobile Services project and adding the scheduler for fetching tweets based on single tweet. Here’s same sample except now it enables you to add the wanted hashtags to table and then fetch all of them.
You only need to create one new table called hashtags and copy paste the javascript to getTweets scheduler.
Tags: Javascript, Parsing, Twitter, Windows Azure, Windows Azure Mobile Services
Trackback from your site.
Comments (2)
Chris Risner
| #
Great stuff Teemu. I’ve added links to this (and your last) post to my common scenarios with Mobile Services page (http://aka.ms/CommonWAMS) so more people will find your examples.
Reply
Tapanila
| #
Thanks a lot for that!
That’s my favorite list of Mobile Services tutorials!
Reply