lib/yammer/oauth2_client.rb in yam-2.4.1 vs lib/yammer/oauth2_client.rb in yam-2.5.0
- old
+ new
@@ -31,11 +31,11 @@
end
# Generates the Yammer URL that the user will be redirected to in order to
# authorize your application
#
- # @see https://developer.yammer.com/api/oauth2.html#client-side
+ # @see https://developer.yammer.com/v1.0/docs/oauth-2#client-side-flow
#
# @opts [Hash] additional parameters to be include in URL eg. scope, state, etc
#
# >> client = Yammer::OAuth2Client.new('ETSIGVSxmgZitijWZr0G6w', '4bJZY38TCBB9q8IpkeualA2lZsPhOSclkkSKw3RXuE')
# >> client.webclient_authorization_url({
@@ -49,11 +49,11 @@
end
# Generates the Yammer URL that the user will be redirected to in order to
# authorize your application
#
- # @see https://developer.yammer.com/api/oauth2.html#server-side
+ # @see https://developer.yammer.com/v1.0/docs/oauth-2#server-side-flow
#
# @opts [Hash] additional parameters to be include in URL eg. scope, state, etc
#
# >> client = Yammer::OAuth2Client.new('ETSIGVSxmgZitijWZr0G6w', '4bJZY38TCBB9q8IpkeualA2lZsPhOSclkkSKw3RXuE')
# >> client.webserver_authorization_url({
@@ -68,10 +68,10 @@
end
# Makes a request to Yammer server that will swap your authorization code for an access
# token
#
- # @see https://developer.yammer.com/api/oauth2.html#server-side
+ # @see https://developer.yammer.com/v1.0/docs/oauth-2#server-side-flow
#
# @opts [Hash] may include redirect uri and other query parameters
#
# >> client = YammerClient.new(config)
# >> client.access_token_from_authorization_code('G3Y6jU3a', {