ueberauth / ueberauth_twitter

Twitter Strategy for Überauth
MIT License
36 stars 38 forks source link

Poison is referenced but isn't a dependency #9

Closed jbrowning closed 8 years ago

jbrowning commented 8 years ago

Ueberauth.Strategy.Twitter.fetch_user/2 invokes Poison for JSON decoding but Poison is not listed as a dependency in mix.exs.

Here's the compile-time error:

warning: function Poison.decode!/1 is undefined (module Poison is not available)
Found at 2 locations:
  lib/ueberauth/strategy/twitter.ex:107
  lib/ueberauth/strategy/twitter.ex:113