Hello,
you cannot mix your own OAuth implementation with the OneAll callback. If you want to use your own OAuth implementation, then you also need to create your own callback script. State and code are part of the OAuth login. They need to be excha…
Hello, 3. in the case of Facebook, I have sent a GET request to https://mysite/api/user/fb_connect/?access_token= in order to tell to WordPress that the user is logged in with a social network. This call returns with success and I get a wp_user_id a…
Hi Pawel,
it's very like that the user has not given his consent for the "user_relationship_details" scope. Could you please make sure that the permission is enabled (as described in my previous post). Then login using Facebook and then refresh tha…
Hi Ernest,
the issue with Pinterest should now be fixed. If you want to decide exactly which image should be shared, then you can also use a plugin that adds Open Graph tags to your blog. These tags are parsed by our sharing services in order to se…
Hi Mike,
Social Login used the standard Joomla login hook so you can change it directly in your Joomla admin area.
Please login to your Joomla admin area and go to System > Global Confguration.
Then click on the System tab and change the Sessio…
Hi Lucas,
you are using a HTTP callback uri, this is why it's using HTTP:
http://app.y1st.com.br:8383/server/oneAll
If you change your callback uri to HTTPS, the redirection will also be over HTTPS.
Hello,
please open the Social Login settings in your WP admin area and look for this option:
Allow other plugins to change the redirection url that you have chosen by using a hook/filter?
Then set it to YES. Please tell me if that fixes the issue.…