We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d266ebc commit f762c5fCopy full SHA for f762c5f
src/com/codepath/oauth/OAuthLoginActivity.java
@@ -18,6 +18,8 @@ protected void onCreate(Bundle saved) {
18
super.onCreate(saved);
19
20
Class<T> clientClass = getClientClass();
21
+ // Extracts the authenticated url data after the user
22
+ // authorizes the OAuth app in the browser
23
Uri uri = getIntent().getData();
24
25
try {
@@ -50,4 +52,4 @@ private Class<T> getClientClass() {
50
52
* b) c.getTimeline(...)
51
53
* 6) Modify AndroidManifest.xml to add an IntentFilter w/ the callback URL
54
* defined in the OAuthBaseClient.
- */
55
+ */
0 commit comments