Hi,
I have installed this and configured a several social networks.. this works good but only form one single outgoing root directory.. well it make sense but I have a small issue with this, probably you guys can help me with the problem.
Example working root look something like "djicemoon.com/user" if people click on oneall logos to log via social, the callback works. the user will end up in he's account logged in the website. Links working with the callback:
http://www.djicemoon.com/history/userhttp://www.djicemoon.com/history/registerExample not working it's maybe because of the content redirection plugin drupal 7 has on teasers and content. the link looks like this:
http://www.djicemoon.com/history/user/login?destination=comment/reply/552#comment-form when people try to log from the teaser or content widget link on the page, this link adds an extensions to the URL that varies relative to node id.
So far as i can troubleshooting here.. only thing I imagine here is so solve this litle issue with the ?destination=*
Any suggestion?
Kind Regards
Nelson Branco
Answers
http://www.djicemoon.com/social_login/callback?origin=http://www.djicemoon.com/user/login?destination=node/116%23comment-form
Access forbidden! (bla bla bla)
Hum, links to comments redirect correctly on a test site here.
We have URL like:
http:///?q=user/login&destination=node/1#comment-form
while the link on your site look like:
http://www.djicemoon.com/user/login?destination=node/116#comment-form
This should be ok though.
Have you looked at the permissions?
Social Login users get the authenticated user role (but that can be overridden).
It works from here (always did):
http://www.djicemoon.com/user
http://www.djicemoon.com/user/register
But not when user use teasers to login like this:
http://www.djicemoon.com/user/login?destination=node/116#comment-form
http://www.djicemoon.com/user/register?destination=node/116#comment-form
I have set callback.php on several directories..
http://www.djicemoon.com/sites/all/modules/social_login/callback.php
http://www.djicemoon.com/social_login/callback.php
http://www.djicemoon.com/callback.php
I get this error all time people try to access the login from/with "?destination=" extension.
This is really annoying..
in the time i was trying to solve this issue, I made a parallel script to see if it's me the website or the oneall api config somewhere.. I could not find a solution.. but my script works.
I have stop the project of oneall, so consider this topic as solved to me. but this problem was persisting on 2 roots with different databases.. If this may help you get better in the future.
Kind Regards
Icemoon
We have fixed an error with our Drupal 7 plugin related to redirects.
The latest version is on github.com (https://github.com/oneall/social-login-drupal).
Maybe it could also solve your problem.
Regards.
In fact, as with this site, I got the you connected, one account message. Do not get that on my drupal site.
I am an administrator and may this effects this.
Maybe the account you are linking to is already linked to another account (should give you a message though).
Administrator should be able to link.
Regards.