public class Example extends Object
Modifier and Type | Field and Description |
---|---|
static OAuth1NoCallback |
O_AUTH_1_NO_CALLBACK
Construct the OAuth1NoCallback instance.
|
Constructor and Description |
---|
Example() |
Modifier and Type | Method and Description |
---|---|
static AuthorisedResult |
authorised(String temporaryToken)
The authorised endpoint,
i.e.
|
static BeginResult |
begin()
The begin endpoint,
i.e.
|
static void |
main(String[] args)
This application:
1.
|
public static final OAuth1NoCallback O_AUTH_1_NO_CALLBACK
public static void main(String[] args) throws IOException, OAuthBackedRequestException, GetAccessTokenException, GetTemporaryTokenException, TokenMapException
public static BeginResult begin() throws GetTemporaryTokenException, TokenMapException
public static AuthorisedResult authorised(String temporaryToken) throws GetAccessTokenException, TokenMapException
Copyright © 2020. All rights reserved.