Skip to content

Instantly share code, notes, and snippets.

@olegflo
Created October 21, 2012 21:06
Show Gist options
  • Save olegflo/3928514 to your computer and use it in GitHub Desktop.
Save olegflo/3928514 to your computer and use it in GitHub Desktop.
qbdoc
// perform first request
QBAuth.authorizeApp(null);
// perform second request
QBUsers.signIn("indianajones", "indianapassword", null);
// perform third request
QBLocations.createLocation(new QBLocation(35.0, 53.0, "I'm inside the Cave"), null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment