Skip to content

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