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

Updating docs for version 0.4 #39

Merged
merged 2 commits into from
Oct 27, 2015
Merged

Conversation

meatherly
Copy link

No description provided.

Logger.error("Unauthorized token")
{:ok, %OAuth2.Response{status_code: status_code, body: user}} when status_code in [200..399] ->
user
{:error, error} ->
Copy link
Member

Choose a reason for hiding this comment

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

I think this should be:

{:error, %OAuth2.Error{reason: reason}} ->
  Logger.error("Error: #{inspect reason}")

@meatherly
Copy link
Author

Completed those requests.

@scrogson
Copy link
Member

Good stuff! ❤️ 💚 💙 💛 💜

scrogson added a commit that referenced this pull request Oct 27, 2015
Updating docs for version 0.4
@scrogson scrogson merged commit 9685c09 into ueberauth:master Oct 27, 2015
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.

None yet

2 participants