README.md in yammer-oauth2-0.1.1 vs README.md in yammer-oauth2-0.2.0
- old
+ new
@@ -68,10 +68,10 @@
# }"
```
### Implicit Grant
```ruby
-auth_url = client.implicit.authorization_path(:redirect_uri => 'http://localhost/oauth2/callback')
+auth_url = yammer_client.clientside_authorization_url(:redirect_uri => 'http://localhost/oauth2/callback')
# => "https://www.yammer.com/dialog/oauth/?client_id=PRbTcg9qjgKsp4jjpm1pw&redirect_uri=http%3A%2F%2Flocalhost%2Foauth%2Fcallback&response_type=token"
```
# Using a custom Http wrapper
By default, yammer-oauth2 uses the `oauth2-client` gem's HTTP wrapper `OAuth2::HttpConnection`. However, if you wish to use a different HTTP library, you only
\ No newline at end of file