package com.xorcode.andtweet.net;
/**
* In order to compile the application you either:
* 1. Create your own MyOAuthKeys class with your application's
* TWITTER_CONSUMER_KEY and TWITTER_CONSUMER_SECRET
* 2. Or remove "extends MyOAuthKeys" below and un-comment the values here
* replacing values with your own token and key.
**/
public class OAuthKeys extends MyOAuthKeys {
// public static final String TWITTER_CONSUMER_KEY = "Your Twitter Application Token";
// public static final String TWITTER_CONSUMER_SECRET = "Your Twitter Application Secret";
}