Im using jquery/JS to grab the latest tweets of a account, but I want to filter them by hashtag instead.
my getJson call is: http://twitter.com/status/user_timeline/sustrans.json?count=2
I can't seem to find the documentation that says to filter these by a hastag value...
Any ideas?
Thanks