× Joomla Facebook Connect support forum

Topic-icon No notification into facebook wall

Active Subscriptions:

None
14 years 4 months ago #2356 by liopardo
I installed the last version of JFBConnect following step by step your installation guide. I use it integrated to latest version of jomsocial. Account joomla/jomsocial creation and importing data from facebook account works fine, pictures included. But I don't obtain any notification of activity into facebook account. I filled in backend into configuration/status wall settings a personal message with no response on facebook. Any suggestion?
Fabio

<!-- m --><a class="postlink" href="www.cgilpistoia.tv">www.cgilpistoia.tv
The topic has been locked.
Support Specialist
14 years 4 months ago #2376 by alzander
Ensure you're running 2.5.3 of JFBConnect. Also, verify that your user plugin ordering is correct (Joomla, then JFBConnect).

I couldn't find the login button your page, so I couldn't do some testing. How is JFBConnect configured? Create New Users- Yes/No? When you try to register a new Facebook account the first time, are you asked "Do you want to give this site permission to post", or something similar?
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #2380 by liopardo
I am running 2.5.3 version and I temporaly uninstalled the login module becouse IE7 didn't show it (I verified that this up to the RT template). I correctly ordered the plugins, and in backend the JFBCLogin was marked with green sign only. Now you can check it.

<!-- m --><a class="postlink" href="www.cgilpistoia.tv">www.cgilpistoia.tv
The topic has been locked.
Support Specialist
14 years 4 months ago #2397 by alzander
Thank you for setting it back up.

We think we've found the problem. If you could make the one-line change below, it should fix your issue. The problem is that the correct Facebook Connect Javascript API is not being initialized on every page as it should be. Without this, we can't make the calls to FB to check if status update permissions are set (or to ask to grant them). We'll include this fix in a future release as well.

Please let us know if this works:
In the component/com_jfbconnect/views/loginregister/tmpl/default.php file, at line 11 right under the "include_once" line, add:

defined('_JEXEC') or die();
require_once (JPATH_ROOT.DS.'components'.DS.'com_jfbconnect'.DS.'helpers'.DS.'facebookhelper.php');
JFBConnectFacebookHelper::init();
The topic has been locked.
Active Subscriptions:

None
14 years 4 months ago #2400 by liopardo

sourcecoast wrote: ...
In the component/com_jfbconnect/views/loginregister/tmpl/default.php file, at line 11 right under the "include_once" line, add:

defined('_JEXEC') or die();
require_once (JPATH_ROOT.DS.'components'.DS.'com_jfbconnect'.DS.'helpers'.DS.'facebookhelper.php');
JFBConnectFacebookHelper::init();


Now it works!!
Great job, thanks!
Fabio
The topic has been locked.
Support Specialist
14 years 4 months ago #2404 by alzander
Glad to hear it. We've patched this into the next release so you won't be affected.
The topic has been locked.
Active Subscriptions:

None
14 years 3 months ago #2718 by kejsaren
I have version 2.5.3 but in my version of jfbconnect/views/loginregister/tmpl/default.php line 11 is blank and appears between those two lines:

require_once (JPATH_ROOT.DS.'components'.DS.'com_jfbconnect'.DS.'helpers'.DS.'facebookhelper.php');

$fbClient = JFBConnectFacebookHelper::getFbClient();

EDIT: <!-- w --><a class="postlink" href="www.resoteket.se">www.resoteket.se
The topic has been locked.
Active Subscriptions:

None
14 years 2 months ago #2810 by eSwami
I also running into this issue, I am using 2.5.3 and have set to create new user, I do say yes on update status on the wall...what else am I missing...the log works just fine, the facebook wall does not gets updated...
The topic has been locked.
Support Specialist
14 years 2 months ago #2898 by alzander
That line needs to be added in 2.5.3. We haven't released 2.5.4 yet as few people are affected by this issue. Sorry that you're included on this list. We hope to have another release out soon.
The topic has been locked.
Active Subscriptions:

None
14 years 2 months ago #2946 by eSwami
I added the line of code and it is still not working...
Any other suggestions?
The topic has been locked.