sishen / omniauth-bitbucket

OmniAuth strategy for Bitbucket.
http://github.com/sishen/omniauth-bitbucket
10 stars 30 forks source link

call token_url? #11

Open hienmvvn opened 8 years ago

hienmvvn commented 8 years ago

I use this gem, but this code in my controller error: OmniAuth.Strategies.Bitbucket.client_options.token_url undefined method `Strategies' for OmniAuth:Module in gem file, i had a line : gem 'omniauth-bitbucket' please help me.

BlitzKraft commented 8 years ago

The syntax is

OmniAuth::Strategies.Bitbucket.client_options.token_url

Notice the colons. Not a dot.