elixir-auth-facebook
Comming Soon! See: #21
Easily add Facebook
login to your Elixir
/ Phoenix
Apps
with step-by-step detailed documentation.
Facebook authentication is used everywhere!
We wanted to create a reusable Elixir
package
with beginner-friednly instructions and readable code.
A simple and easy-to-use Elixir
package
that gives you
Facebook OAuth
Authentication
in a few steps.
If you're new to
Elixir
, please see: dwyl/learn-elixir
⚠️ WARNING: This is out-of-date see: #21
These instructions will guide you through setup in 6 simple steps
by the end you will have
login with Facebook
working in your App.
No prior experience/knowledge
is expected/required.
Note: if you get stuck, please let us know by opening an issue!
Go to developers.facebook.com/apps
...after logging in to your facebook account, you can 'Register Now' for a developer account.
On this page, you can click the button in the top right to quickly access your app's id.
Here you can specify your app's name (doesn't have to be unique!)
Note: Copy the App ID and the Secret into your .env
file.
Inside the facebook app's advanced settings, specify the redirect URI near the bottom of the page:
Note: the redirect URI has to be an absolute URI - make sure you include the http://
prefix.
In your Phoenix
server, make a request to the following url specifying your individual app-id
and redirect-uri