Skip to content

Instantly share code, notes, and snippets.

@IntuitDeveloperRelations
Created April 23, 2015 17:04
Show Gist options
  • Save IntuitDeveloperRelations/4f4f847da4015cfd24ef to your computer and use it in GitHub Desktop.
Save IntuitDeveloperRelations/4f4f847da4015cfd24ef to your computer and use it in GitHub Desktop.
public class OAuthTest {
public static final Logger LOG = Logger.getLogger(OAuthTest.class);
public static final String REQUEST_TOKEN_URL = "https://oauth.intuit.com/oauth/v1/get_request_token";
public static final String ACCESS_TOKEN_URL = "https://oauth.intuit.com/oauth/v1/get_access_token";
public static final String AUTHORIZE_URL = "https://appcenter.intuit.com/connect/begin";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment