This gives me an option to login into Facebook(if I'm not logged in) but just returns me to the home page without creating a user.
https://rivetworks.wpengine.com/test-rich/
Also, is there a way to make the Facebook login open in a modal?
I have been url encoding the value, you can view it on this test page here on the button: https://rivetworks.wpengine.com/test-rich/
This is the complete direct link I am using: https://rivetworks.api.oneall.com/socialize/connect/direct/facebook/&a…
Did not work:
Not Found
The requested URL /socialize/connect/direct/facebook/&service=social_login&callback_uri=https://rivetworks.wpengine.com/ was not found on this server.
Great, what would the callback uri be when using the plugin with direct?
I tried: https://rivetworks.api.oneall.com/socialize/connect/direct/facebook/&service=social_login&callback_uri=https://rivetworks.wpengine.com/wp-content/plugins/oa-s…
Do I need to have someone code a callback.php file, or can I use a file/code from the WordPress plugin?
I am not a coder but very good and copy & paste ;-)
Reading some of the API documentation and it looks like I need to implement the do_login function on a button click to pop up the Facebook auth window.
_oneall.push(['social_login', 'do_login', 'facebook']);
Can I do this with the javascript alrea…