Skip to content

Better facebook error handling #368

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

Merged
merged 2 commits into from
Oct 21, 2016
Merged

Conversation

amandle
Copy link
Contributor

@amandle amandle commented Oct 21, 2016

Resolves #352 and #263. Provides better error handling for Facebook Graph requests.

String email = object.getString("email");
mCallbackObject.onSuccess(createIDPResponse(loginResult, email));
} catch (JSONException e) {
e.printStackTrace();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Log.e(...) instead of e.printStackTrace().

@samtstern
Copy link
Contributor

One comment, LGTM to merge once that's fixed.

@SUPERCILEX
Copy link
Collaborator

That DDoS attack was nuts! At least GitHub is back now...

Travis is going to take a while to catch up on all the backlog though.

@amandle
Copy link
Contributor Author

amandle commented Oct 21, 2016

Looks like Travis is failing because of github being down intermittently I will try again later

@samtstern
Copy link
Contributor

Travis passed, so merge at will.

@amandle amandle merged commit 98fc39b into firebase:version-1.0.0-dev Oct 21, 2016
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

Successfully merging this pull request may close these issues.

3 participants