Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
3.0k views
in Plugins by
Hi I need to include the auto login feature into my q2a website using third party social mediad accounts like facebook, google, twitter. Is there any plugin for to do this feature? If yes please share .

Please help

 

Thanks in advance
Q2A version: version 1.6.3
by
How about this in 1.7. version?

There is open issue in q2a-open-login plugin repository.
https://github.com/alixandru/q2a-open-login/issues/52

1 Answer

+4 votes
by
selected by
 
Best answer
You should use the OpenLogin plugin for this feature . The latest version has much more features and it is easy to use also .

Download it here -

https://github.com/alixandru/q2a-open-login
by
I think you have not configured the URL properly . In google you need to give the full URL
For eg -

http://q2a-site.com/?hauth.done=Google
http://q2a-site.com/logins/?hauth.done=Google

Home this helps :)
by
Yes no luck or may be its my fault.
Please look

In redirect URI : http://q2a-site.com/subdomain/index.php?hauth.done=GooglePlus

and

Javascript Origins :  http://q2a-site.com

And tried but showing

400. That’s an error.
Error: redirect_uri_mismatch

The redirect URI in the request: http://q2a-site.com/subdomain/index.php?hauth.done=GooglePlus did not match a registered redirect URI.
by
it should work . I am not sure whats going wrong .
You can check http://hybridauth.sourceforge.net/userguide/IDProvider_info_Google.html here . You might get some more usefull info .
by
Ok I found the problem related to redirect URL but after that the google plus redirecting to an error page which has two lines thatis


Notice: Undefined variable: adapter in /home/content/l/o/g/q2a-site/html/subdomain/q2a/qa-plugin/q2a-open-login-master/qa-open-login.php on line 120

Fatal error: Call to a member function logout() on a non-object in /home/content/l/o/g/q2a-site/html/subdomain/qa-plugin/q2a-open-login-master/qa-open-login.php on line 120

Please help me to fix
...