Skip to content

Instantly share code, notes, and snippets.

@soulfly
Created March 14, 2013 15:16
Show Gist options
  • Save soulfly/5162183 to your computer and use it in GitHub Desktop.
Save soulfly/5162183 to your computer and use it in GitHub Desktop.
QBAuth.createSession(new QBCallbackImpl() {
@Override
public void onComplete(Result result) {
// result comes here
// check if result success
if (result.isSuccess()) {
// do stuff you need
}
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment