I'm using octoberCMS based on Laravel freamwork.
I have installed social plugin, because I would like to have possibility for a sign in with Facebook account on my page.
As instruction in plugin says that:
Go to https://developers.facebook.com/ and click Create a New App in the Apps drop down.
Enter your Display Name (usually your site name) along with any other required fields and click Create App
Copy your App ID and App Secret into the fields below.
On the Settings tab set the Valid OAuth redirect URIs to http://www.example.com/flynsarmy/sociallogin/Facebook
So I have done each steps.
But I got stuck.
I got this when I'm trying to log into website with Facebook account in my log files(directly in back-end/settings/logs/event log :
Authentication failed! Facebook returned an invalid user id. in public_html/plugins/flynsarmy/sociallogin/vendor/hybridauth/hybridauth/hybridauth/Hybrid/Auth.php on line 169
and also when I tried to log into website with facebook account, I have redirected on my login page with #__=__ (it could be hint to solve a problem) in the end of url.
For example if my login page is:
www.example.com/login
redirected page is:
www.example.com/login#__=__
I've read:
HybridAuth Facebook returned an invalid user id
Authentication failed! Facebook returned an invalid user id
Hybridauth - PHP - Facebook returned an invalid user id
HybridAuth Facebook returned an invalid user id
laravel4 hybridauth facebook Authentication failed! Facebook returned an invalid user id
And nothing has helped me, Thank You for any help info.