public class OAuth2ClientCredentialsOAuth 2 credentials found in the Developer Profile Page.
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.
Static Fields
API_KEY
public static final String API_KEYValue of the "API Key".
| Type | Description |
| String |
API_SECRET
public static final String API_SECRETValue of the "API Secret".
| Type | Description |
| String |
DOMAIN
public static final String DOMAINDomain name in the "Callback URL".
| Type | Description |
| String |
PORT
public static final int PORTPort in the "Callback URL".
| Type | Description |
| int |
Static Methods
errorIfNotSpecified()
public static void errorIfNotSpecified()Constructors
OAuth2ClientCredentials()
public OAuth2ClientCredentials()