andrewhao / ueberauth_strava

Strava OAuth2 strategy for Elixir's Ueberauth
MIT License
11 stars 10 forks source link

Rescue Oauth2.Error #7

Closed syamilmj closed 4 years ago

syamilmj commented 4 years ago

Prevents 500 internal server error

See: https://github.com/ueberauth/ueberauth_facebook/blob/master/lib/ueberauth/strategy/facebook.ex#L58

andrewhao commented 4 years ago

Looks good. Thanks.