ueberauth / ueberauth_facebook

Facebook OAuth2 Strategy for Überauth.
MIT License
77 stars 64 forks source link

Release with latest changes from master #26

Closed ajibarra closed 7 years ago

ajibarra commented 8 years ago

Please create a new release with the latest commit from master which locks the oauth2 lib to 0.6.0 because ueberauth_facebook 0.4.0 required oauth2 >0.5 which installs 0.7.0 and breaks everything.

Thanks

charleshan commented 8 years ago

+1. Temporary solution for the time being:

# mix.exs

defp deps do
  [
    {:ueberauth_facebook, git: "https://github.com/ueberauth/ueberauth_facebook.git", ref: "2e3c118"}
  ]
end
charleshan commented 7 years ago

@doomspork could you push the package to hex?

doomspork commented 7 years ago

A new version was released last week along with the other packages.

On Sep 27, 2016, at 1:06 AM, Omin notifications@github.com wrote:

@doomspork could you push the package to hex?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

MillionIntegrals commented 7 years ago

It seems it's not available in hex, this website: https://hex.pm/packages/ueberauth_facebook still shows version 0.4.0 as the latest one.

doomspork commented 7 years ago

Alrighty, I published it again. Take a peek @MillionIntegrals 👍

MillionIntegrals commented 7 years ago

Yes, it's there now. Thank you for that, this probably can be closed now.