Skip to content
This repository has been archived by the owner on Jan 30, 2025. It is now read-only.

Commit

Permalink
Update oauth2_client.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
tiabas committed Apr 2, 2014
1 parent 2c6d1f9 commit 3b2f2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yammer/oauth2_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class OAuth2Client < OAuth2Client::Client

SITE_URL = 'https://www.yammer.com'
TOKEN_PATH = '/oauth2/access_token'
AUTHORIZE_PATH = '/dialog/oauth'
AUTHORIZE_PATH = '/oauth2/authorize'

def initialize(client_id, client_secret, opts={})
site_url = opts.delete(:site_url) || SITE_URL
Expand Down

0 comments on commit 3b2f2a7

Please sign in to comment.