Saturday, 10 August 2013

How to get the number of unread tweets of a user using twitter gem in rails app

How to get the number of unread tweets of a user using twitter gem in
rails app

Im using Twitter gem to retrieve all the tweets. But how do i get the
unread tweets since i last logged in ?
def twitter
@twitter = Twitter.user_timeline('pallavi_shastry', :count => 10)
end

No comments:

Post a Comment