× Joomla Facebook Connect support forum

Topic-icon Facebook Login Redirection URL

Active Subscriptions:

None
15 years 1 month ago #459 by dannyt
This redirection is not working. I have it set to show Jom Social, but it just takes the user back to my homepage.

This is, of course, in the JFC Login module. Do I need to adjust something in the FB App Setting? How do I make this work? <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarrassed" /><!-- s:oops: -->
The topic has been locked.
Support Specialist
15 years 1 month ago #465 by alzander
There's been some posts on the forum that he login redirect is not working. We're investigating this and hope to have it out in the bug patch/release we'll be posting next week.

If we find anything out, we usually post how to update the code here before a release to get feedback ahead of time. We'll keep you posted, and sorry for the inconvenience.
The topic has been locked.
Active Subscriptions:

None
15 years 1 month ago #478 by dannyt
ok, good to know. hope you guys are catching a little sxsw! <!-- s:geek: --><img src="{SMILIES_PATH}/icon_e_geek.gif" alt=":geek:" title="Geek" /><!-- s:geek: -->
The topic has been locked.
Support Specialist
15 years 1 month ago #540 by alzander
Just wanted to update you. We've found the cause of this problem and it will be in the next release (hopefully by the end of this week).

If you're looking to try this on your own to test first (always appreciated to get feedback before we push out a release), do the following:
In the file /components/com_jfbconnect/helpers/facebookhelper.php, around line 146 look for the following line:
$mainframe->enqueueMessage("You were successfully logged back in using your Facebook credentials");

Change the lines underneath it to:
	$return = base64_decode(JRequest&#58;&#58;getVar('return'));
	$mainframe->redirect(JRoute&#58;&#58;_($return));

It would work for some people, in certain scenerios before, but this should fix it so it works for everyone.
The topic has been locked.