Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/scribe 4 #59

Merged
merged 2 commits into from May 17, 2017
Merged

Feature/scribe 4 #59

merged 2 commits into from May 17, 2017

Conversation

antony
Copy link
Owner

@antony antony commented May 17, 2017

No description provided.

Antony Jones and others added 2 commits April 3, 2017 10:46
…ass now). (#58)

Updated plugin version to 4.0.0 due to breaking changes:

- All Scribe classes have been moved to new packages. This means most clients will have to change provider configuration. For example, `org.scribe.builder.api.FacebookApi` is now `com.github.scribejava.apis.FacebookApi`.
- Some method signatures in OauthService.groovy have changed to take into account the differences between OAuth 1 and OAuth 2 in the new Scribe Java. Also, some of the dynamic methods now dispatch to one version or another based on the number of arguments received.
- Clients that make use of Scribe Java directly might have to add the API dependency explicitly: `compile 'com.github.scribejava:scribejava-apis:4.0.0'`

The changes were made somewhat blindly, without a deep understanding of OAuth - the minimum to make the tests pass and enable login with Facebook and Google.
@antony antony merged commit 0c476e7 into master May 17, 2017
@antony antony deleted the feature/scribe-4 branch May 17, 2017 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants