Hi @soyossi
Since version 3.0.16 Nextend Social Login has removed the comparibility for the old Nextend Facebook/Twitter/Google Connect plugins which used the ?loginFacebook=1 query: https://ww.wp.xz.cn/plugins/nextend-facebook-connect/#developers
This version was released in January, 2019.
Nextend Social Login only uses ?loginSocial=facebook query, and I can see that working fine on your /wp-login.php page.
I can see you’re using Flatsome theme, which have a custom integration with Nextend Social Login. As far as I know this problem has been fixed by them a couple of version ago. Looks like you’re on Flatsome 3.10.1, so I suggest updating your theme to the latest version. I checked 3.11.0 and it seemed fine.
thanks for replying
i did update the flatsome theme but still the same. i am showing you all the pages with 302. do you have other way to fix this ot i need to look for another app for this.
[ SNIP! ]
Moderator
Jan Dembowski
(@jdembowski)
Forum Moderator and Brute Squad
@soyossi Please do not post large code or responses like that here, it doesn’t work after ~10 lines or so.
If you need share that data please use https://gist.github.com/ instead and post the link to that paste.
Plugin Support
Laszlo
(@laszloszalvak)
Hi @soyossi
Nextend Social Login uses the OAuth2 authentication and authorization protocol for the authentication. This includes multiple redirects between your own server and the server of the provider. In the documentation of Google you can find some graphics that shows how it is done exactly: https://developers.google.com/identity/protocols/oauth2
But first we need to redirect the user to the endpoint on your site, that will start the whole OAuth redirect chain, by default it is the /wp-login.php page.
So I am sorry, but you can not really avoid this redirect, since this is what makes the user be able to connect with a certain social account.
Best regards,
Laszlo.