Skip to content

Instantly share code, notes, and snippets.

@OnlyInAmerica
Created June 10, 2014 22:04
Show Gist options
  • Save OnlyInAmerica/2ea95191d498bfacb15c to your computer and use it in GitHub Desktop.
Save OnlyInAmerica/2ea95191d498bfacb15c to your computer and use it in GitHub Desktop.
Specifying Kickflip keys for a sample app
package io.kickflip.glasscast;
public class SECRETS {
public static final String CLIENT_KEY = "YourKickflipKey";
public static final String CLIENT_SECRET = "YourKickflipSecret";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment