File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -38,11 +38,15 @@ private Class<T> getClientClass() {
38
38
}
39
39
40
40
/*
41
- *
42
- * 1) Subclass OAuthBaseClient like TwitterClient 2) Subclass
43
- * OAuthLoginActivity<TwitterClient> 3) Invoke .login 4) Optionally override a)
44
- * onLoginSuccess b) onLoginFailure(Exception e) 5) In other activities that
45
- * need the client a) c = TwitterClient.getSharedClient() b) c.getTimeline(...)
41
+ * 1) Subclass OAuthBaseClient like TwitterClient
42
+ * 2) Subclass OAuthLoginActivity<TwitterClient>
43
+ * 3) Invoke .login
44
+ * 4) Optionally override
45
+ * a) onLoginSuccess
46
+ * b) onLoginFailure(Exception e)
47
+ * 5) In other activities that need the client
48
+ * a) c = TwitterClient.getSharedClient()
49
+ * b) c.getTimeline(...)
46
50
* 6) Modify AndroidManifest.xml to add an IntentFilter w/ the callback URL
47
51
* defined in the OAuthBaseClient.
48
52
*/
You can’t perform that action at this time.
0 commit comments