I updated my Twitter gem today and the Twitter.user_timeline("some_user")
no longer works.
I get:
URI::InvalidURIError: bad URI(is not URI?): https://api.twitter.com/1/statuses/user_timeline.json?screen_name=dalailama
But when I plug that into my browser, it works fine.
Any ideas why this is? It does this in both production and development.
Solved
Looks like they just pushed a new release. Updated my gemfile again and it works.