public class OAuth2ClientCredentials extends Object
Once at the Developer Profile page, you will need to create a Daily Motion account if you do not already have one. Click on "Create a new API Key". Enter "http://127.0.0.1:8080/Callback" under "Callback URL" and select "Native Application" under "Application Profile". Enter a port number other than 8080 if that is what you intend to use.
Modifier and Type | Field and Description |
---|---|
static String |
API_KEY
Value of the "API Key".
|
static String |
API_SECRET
Value of the "API Secret".
|
static String |
DOMAIN
Domain name in the "Callback URL".
|
static int |
PORT
Port in the "Callback URL".
|
Constructor and Description |
---|
OAuth2ClientCredentials() |
Modifier and Type | Method and Description |
---|---|
static void |
errorIfNotSpecified() |
public static final String API_KEY
public static final String API_SECRET
public static final int PORT
public static final String DOMAIN
Copyright © 2011–2022 Google. All rights reserved.