Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get Google plus contact list #97

Open
ArisChoice opened this issue Nov 30, 2016 · 0 comments
Open

Unable to get Google plus contact list #97

ArisChoice opened this issue Nov 30, 2016 · 0 comments

Comments

@ArisChoice
Copy link

ResponseListner goes to onCancel() when i press allow button after google signin process.

private final class ResponseListener implements DialogListener {
public void onComplete(Bundle values) {
Log.e("Custom-UI", "Successful");
UtilitiesMethods.getInstance(GoogleContactsActivity.this).getProgressDialog("", 2);
adapter.getContactListAsync(new ContactDataListener());
}
@OverRide
public void onError(SocialAuthError e) {
Log.e("Custom-UI", "onError ");
}

@Override
public void onCancel() {
    Log.e("Custom-UI", "onCancel");

}

@Override
public void onBack() {
    Log.e("Custom-UI", "onBack");
}

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant