You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And in case you need just core classes (that's it, without any external API (FB, VK, GitHub, Google etc) specific code), you could pull just 'core' artifact.
87
+
```xml
83
88
<dependency>
84
-
<groupId>org.scribe</groupId>
85
-
<artifactId>scribe</artifactId>
86
-
<version>1.3.6</version>
89
+
<groupId>com.github.scribejava</groupId>
90
+
<artifactId>scribejava-core</artifactId>
91
+
<version>2.0</version>
87
92
</dependency>
88
93
```
89
94
90
95
## Getting started in less than 2 minutes
91
96
92
-
Check the [Getting Started](http://wiki.github.com/fernandezpablo85/scribe-java/getting-started) page and start rocking! Please Read the [FAQ](http://wiki.github.com/fernandezpablo85/scribe-java/faq) before creating an issue :)
97
+
Check the [Getting Started](https://github.com/scribejava/scribejava/wiki/getting-started) page and start rocking! Please Read the [FAQ](https://github.com/scribejava/scribejava/wiki/faq) before creating an issue :)
93
98
94
99
Also, remember to read the [fantastic tutorial](http://akoskm.github.io/2015/07/31/twitter-sign-in-for-web-apps.html) that [@akoskm](https://twitter.com/akoskm) wrote to easily integrate a server side app with an API (twitter in this case).
95
100
96
101
## Questions?
97
102
98
-
Feel free to drop me an email, but there's already a [StackOverflow](http://stackoverflow.com) tag for [scribe](http://stackoverflow.com/questions/tagged/scribe) you should use. I'm subscribed to it so I'll pick the question immediately.
103
+
Feel free to drop us an email or create issue right here on github.com
99
104
100
105
## Forks
101
106
102
-
Looking for a scribe variation? check the [Fork List](https://github.com/fernandezpablo85/scribe-java/wiki/Forks)
103
-
104
-
If you have a useful fork that should be listed there please contact me (see About me).
0 commit comments