@@ -12,11 +12,11 @@ This library leverages a few key libraries underneath to power the functionality
12
12
13
13
You first need to make sure to download the prerequisites for using this library:
14
14
15
- * [ scribe-codepath.jar] ( https://www.dropbox.com/s/m4k9sls7gozx1sb /scribe-codepath.jar )
16
- * [ codepath-utils.jar] ( https://www.dropbox.com/s/u8ixvp4lw9fh8l5 /codepath-utils.jar )
17
- * [ android-async-http-client.jar] ( https://www.dropbox.com/s/fr9e3mk193q605q /android-async-http-1.4.3.jar )
15
+ * [ scribe-codepath.jar] ( https://www.dropbox.com/s/2ocu8cexujaustg /scribe-codepath.jar )
16
+ * [ codepath-utils.jar] ( https://www.dropbox.com/s/6y5elx9dxjrcxim /codepath-utils.jar )
17
+ * [ android-async-http-client.jar] ( https://www.dropbox.com/s/9ez0ts8dwuohprk /android-async-http-1.4.3.jar )
18
18
19
- Next download the [ codepath-oauth.jar] ( https://www.dropbox.com/s/hgeq6f1rs43tnlb /codepath-oauth-0.2.2 .jar ) file.
19
+ Next download the [ codepath-oauth.jar] ( https://www.dropbox.com/s/2lyeq2by1u01jki /codepath-oauth-0.2.4 .jar ) file.
20
20
Move all of these jars into the "libs" folder of the desired Android project.
21
21
22
22
If you want an easier way to get setup with this library, try downloading the
@@ -120,7 +120,8 @@ A few notes for your `LoginActivity`:
120
120
* Your activity must extend from ` OAuthLoginActivity<SomeRestClient> `
121
121
* Your activity must implement ` onLoginSuccess ` and ` onLoginFailure `
122
122
* The ` onLoginSuccess ` should launch an "authenticated" activity.
123
- * The activity should have a button or other view a user can press to trigger authentication via the connect() method (i.e. activity_login).
123
+ * The activity should have a button or other view a user can press to trigger authentication
124
+ * Authentication is initiated by invoking ` getClient().connect() ` within the LoginActivity.
124
125
125
126
In more advanced cases where you want to authenticate ** multiple services from a single activity** , check out the related
126
127
[ guide for using OAuthLoginFragment] ( https://github.com/thecodepath/android-oauth-handler/wiki/Advanced-Usage-with-OAuthLoginFragments ) .
0 commit comments