|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Authorization | |
|---|---|
| twitter4j | |
| twitter4j.http | |
| Uses of Authorization in twitter4j |
|---|
| Methods in twitter4j with parameters of type Authorization | |
|---|---|
TwitterStream |
TwitterStreamFactory.getInstance(Authorization auth)
Deprecated. |
Twitter |
TwitterFactory.getInstance(Authorization auth)
Deprecated. |
AsyncTwitter |
AsyncTwitterFactory.getInstance(Authorization auth)
Deprecated. |
| Uses of Authorization in twitter4j.http |
|---|
| Classes in twitter4j.http that implement Authorization | |
|---|---|
class |
BasicAuthorization
An authentication implementation implements Basic authentication |
class |
NullAuthorization
An interface represents credentials. |
class |
OAuthAuthorization
|
| Methods in twitter4j.http that return Authorization | |
|---|---|
static Authorization |
AuthorizationFactory.getBasicAuthorizationInstance(java.lang.String screenName,
java.lang.String password)
Deprecated. The @twitterapi team will be shutting off basic authentication on the Twitter API. All applications, by this date, need to switch to using OAuth. Read more ยป |
static Authorization |
AuthorizationFactory.getInstance(Configuration conf,
boolean supportsOAuth)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||