From 249b102482f572de17a9af3b075435989b4951ad Mon Sep 17 00:00:00 2001 From: vishnuprasad Date: Mon, 6 Jun 2016 18:57:26 +0530 Subject: [PATCH] state params to store state between auth callback --- lib/ueberauth/strategy/facebook.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ueberauth/strategy/facebook.ex b/lib/ueberauth/strategy/facebook.ex index 62a6e88..5579b2b 100644 --- a/lib/ueberauth/strategy/facebook.ex +++ b/lib/ueberauth/strategy/facebook.ex @@ -9,7 +9,8 @@ defmodule Ueberauth.Strategy.Facebook do allowed_request_params: [ :auth_type, :scope, - :locale + :locale, + :state ]