Skip to content

Latest commit

 

History

History

dailymotion-cmdline-sample

Instructions for the Daily Motion OAuth2 Command-Line Sample

Browse Online

Browse Source, or main file DailyMotionSample.java.

Command-Line Instructions

Prerequisites: install Java 7 or higher, git, and Maven. You may need to set your JAVA_HOME.

  1. Check out the sample code:

    git clone https://github.com/google/google-oauth-java-client.git
    cd google-oauth-java-client/samples/dailymotion-cmdline-sample
  2. Edit the OAuth2ClientCredentials.java file with your credentials. To acquire credentials, go to the Dailymotion Developer Profile, click "Create New API Key" and specify "http://127.0.0.1:8080/Callback" as the "Callback URL".

  3. Run the sample:

    mvn compile
    mvn -q exec:java