Skip to content

Instantly share code, notes, and snippets.

@Linnesq
Created September 12, 2013 21:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Linnesq/6543802 to your computer and use it in GitHub Desktop.
Save Linnesq/6543802 to your computer and use it in GitHub Desktop.
package uk.co.richardgilmour.twitterexample;
public class SecretData {
public final static String TOKEN_ACCESS = "xxx";
public final static String TOKEN_SECRET = "xxx";
public final static String USERNAME = "xxx";
public final static String CONSUMER_KEY = "xxx";
public final static String CONSUMER_SECRET = "xxx";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment