Ueberauth.Strategy.Facebook

Facebook Strategy for Überauth.

Summary

Functions

Includes the credentials from the facebook response

Stores the raw information (including the token) obtained from the facebook callback

Handles initial request for Facebook authentication

Fetches the fields to populate the info section of the Ueberauth.Auth struct

Fetches the uid field from the response

Functions

auth(conn)
credentials(conn)

Includes the credentials from the facebook response.

default_options()
extra(conn)

Stores the raw information (including the token) obtained from the facebook callback.

handle_request!(conn)

Handles initial request for Facebook authentication.

info(conn)

Fetches the fields to populate the info section of the Ueberauth.Auth struct.

uid(conn)

Fetches the uid field from the response.