RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: kwadwoadu
How is it possible to extract hashtags via the twitter gem? I tried with:
def hashtags @hashtags ||= entities(Twitter::Entity::Hashtag, :hashtags) end
But it is on the view site I get in trouble! :s
How is it possible to extract hashtags via the twitter gem? I tried with:
def hashtags
@hashtags ||= entities(Twitter::Entity::Hashtag, :hashtags)
end
But it is on the view site I get in trouble! :s