Facebook login not working anymore

More
7 years 2 months ago #6465 by Bruno Grasso
Hi, after recent updates (also passing from http to https), facebook login in slogin component does not work anymore. I just changed allower redirect url in all oauth entities (google, linkedin, facebook in my case), but only facebook is not working.

You can check at www.etnatracking.com/grotta-serracozzo#tab-6

Kind regards,

Bruno

Please Log in or Create an account to join the conversation.

More
7 years 2 months ago - 7 years 2 months ago #6472 by Руслан
+1
publish_stream in scope variable is deprecated
developers.facebook.com/docs/facebook-login/permissions

joxi.ru/brRQXE8cvlDaA1

Slogin latest

fix:
line: 24
plugins/slogin_auth/facebook/facebook.php:
 
        if($this->params->get('repost_comments', 0))
        {
            $scope .= ',publish_actions';
            //publish_stream';
            //$scope .= ',offline_access';
        }
 
Last edit: 7 years 2 months ago by Руслан.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum

Last from the forum

© 2010- JoomLine
The Joomla!® name is used under a limited license from Open Source Matters in the United States and other countries. joomline.net is not affiliated with or endorsed by Open Source Matters or the Joomla! Project.

email: This email address is being protected from spambots. You need JavaScript enabled to view it.