Skip to content

Commit f762c5f

Browse files
committed
Update OAuthLoginActivity.java
1 parent d266ebc commit f762c5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/com/codepath/oauth/OAuthLoginActivity.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ protected void onCreate(Bundle saved) {
1818
super.onCreate(saved);
1919

2020
Class<T> clientClass = getClientClass();
21+
// Extracts the authenticated url data after the user
22+
// authorizes the OAuth app in the browser
2123
Uri uri = getIntent().getData();
2224

2325
try {
@@ -50,4 +52,4 @@ private Class<T> getClientClass() {
5052
* b) c.getTimeline(...)
5153
* 6) Modify AndroidManifest.xml to add an IntentFilter w/ the callback URL
5254
* defined in the OAuthBaseClient.
53-
*/
55+
*/

0 commit comments

Comments
 (0)