pelle / oauth-plugin

Rails plugin for OAuth
http://stakeventures.com/articles/2009/07/21/consuming-oauth-intelligently-in-rails
MIT License
716 stars 216 forks source link

client.get downcase error #74

Closed thunkele closed 13 years ago

thunkele commented 13 years ago

<% @external_user = current_user.service_name.client.get "some/path/here" %>

undefined method `downcase' for :method:Symbol

Not sure if this is something I'm doing wrong or a bug?

localhost:3001/oauth_consumers/service_name works great providing me access tokens from my localhost:3000 provider.