Skip to content

Instantly share code, notes, and snippets.

@crazyhitty
Created January 27, 2017 11:33
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 crazyhitty/08fcf4b67d3e20a87e2bde8be7e5ead9 to your computer and use it in GitHub Desktop.
Save crazyhitty/08fcf4b67d3e20a87e2bde8be7e5ead9 to your computer and use it in GitHub Desktop.
class Authorization {
static final String BASE_URL = "https://api.producthunt.com/v1/";
static final String REDIRECT_URI = "predator://com.crazyhitty.chdev.ks.predator/oauth2redirect";
static final String API_KEY = "YOUR_API_KEY_HERE";
static final String API_SECRET = "YOUR_API_SECRET_HERE";
static final String E_TAG = "567e1eca35e1dff7ede5a7e42d1f1819";
private Authorization() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment