Skip to content

Commit d266ebc

Browse files
committed
Fixes README (Thanks @rogerhu)
1 parent 8fe6b54 commit d266ebc

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ This library leverages a few key libraries underneath to power the functionality
1212

1313
You first need to make sure to download the prerequisites for using this library:
1414

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)
1818

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.
2020
Move all of these jars into the "libs" folder of the desired Android project.
2121

2222
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`:
120120
* Your activity must extend from `OAuthLoginActivity<SomeRestClient>`
121121
* Your activity must implement `onLoginSuccess` and `onLoginFailure`
122122
* 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.
124125

125126
In more advanced cases where you want to authenticate **multiple services from a single activity**, check out the related
126127
[guide for using OAuthLoginFragment](https://github.com/thecodepath/android-oauth-handler/wiki/Advanced-Usage-with-OAuthLoginFragments).

0 commit comments

Comments
 (0)