Package | Description |
---|---|
example | |
oauth1 | |
oauth1.exception.missingdata |
Modifier and Type | Method and Description |
---|---|
static void |
Example.main(String[] args)
This application:
1.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.client.http.HttpResponse |
OAuth1Generic.makeOAuthBackedRequest(String url,
com.google.api.client.auth.oauth.OAuthParameters oAuthParameters,
RequestMethod requestMethod,
com.google.api.client.http.HttpContent httpContent)
Makes a request to the given URL wrapped with a user's OAuth credentials (which includes their access token) obtained from
OAuth1Generic.authorised(String, String) ,
to make a request on a user's behalf. |
Modifier and Type | Class and Description |
---|---|
class |
MissingDataOAuthBackedRequestException |
Copyright © 2020. All rights reserved.