ueberauth / ueberauth_slack

Slack OAuth2 Strategy for Überauth
MIT License
23 stars 33 forks source link

Fix: Put Content Type Back In Manually For Slack So It Works With Oauth2 0.6.0 #6

Closed hannahhoward closed 8 years ago

hannahhoward commented 8 years ago

Fixes #5

Issue was OAuth 0.6.0 removed some default headers, including that the Content-Type is application/x-www-form-urlencoded. In the absence of a header the request defaulted to application/json which didn't work with the parameters passed.

scrogson commented 8 years ago

:heart: :yellow_heart: :green_heart: :blue_heart: :purple_heart: