I've tried using the gem twitter, grackle, and TweetStream but I can't figure out how to get a stream of a users @mentions.
I just can't figure out how to put together a bit of code that says 'get all mentions to user'. (and I want to tap into the @mention, not just search twitter for a username)
I'm using Sinatra :: I've got it all up and running :: I can post to a feed, pull specific status's and so on. Getting @mentions is eluding me.