× Joomla Facebook Connect support forum

Topic-icon how to create the facebook notification for joining joomla

Active Subscriptions:

None
good afternoon sir,

tnx for helping me on my previous topic, now they all works. my new requirment is when user login with jfbconnect in joomla, information also been shown on facebook wall. e.g.-- (username) has joined (site-name). you have the way to implement this, i have checked your jfbcinvite module working. when you invite a friend from joomla using jfbcinvite. a message is displayed on right side bar of friends facebook account that says "you have invited to join {sitename}". if this works in jfbcinvite module. then it possible to show facebook notification on walls when user joined joomla with jfbconnect login module.
pls show me the way, or even guide me, how to do this.
tnx in advance
The topic has been locked.
Active Subscriptions:

None
good afternoon sir,
i have done something , and its result postively.it shows a notification in facebook to user that he has joined the joomla site

to show only one notification when user registered first time. edit component file

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

inside facebookhelper.php you have included the file facebookapi_php5_restlib.php, its make my task easy.

then i use this function $fbClient->notifications_send($rawFbUserId, 'has joined the sitename Click <a href="siteurl">sitename</a> to go to view site.');

to show notification at each time when user login from joomla. edit login module file

its working, now i am going to show this information on user facebook wall.
if you have any idea then pls help me. i am waiting for your response.

thanks
The topic has been locked.
Support Specialist
Wow, thank you! We'll likely include this (with the option to disable) in an upcoming release.
The topic has been locked.
Active Subscriptions:

None
thats also working

<fb:comments xid="joomla_to_facebook comments" canpost="true" candelete="true" returnurl="siteurl" send_notification_uid="<?php print $rawFbUserId; ?>"> <fb:title>writ comment and they are shown in facebook</fb:title> </fb:comments>

when user login with jfbcconnect it shows popup to write comments with captcha after submitting they all are shown at facebook wall. with joomla site link.

but with this my requirement is not completed. i want to show the msg that i have sent in notification on user facebook wall.

i also uses the feed_publishUserAction and feed_registerTemplateBundle they works bcs these all function are declared in facebook library that you have used. but there are many functions those are helpfull for me that are not declared, and show me the facebookapi_php5_restlib.php file error, its mean you are not using the updated version of facebook library.
The topic has been locked.
Active Subscriptions:

None
goodevening sir,

i have edit the modulesmod_jfbclogintmpldefault.php file and after this

<input type="submit" name="Submit" class="button" value="<?php echo JText::_('Logout') ?>" onclick="javascript&#058;logout_button_click()" />

i have add

<div>
<fb:comments xid="joomla_facebook" canpost="true" candelete="true" returnurl="<your site url>" send_notification_uid="<?php print $fbUid; ?>"> <fb:title>write somthing to show on facebook</fb:title> </fb:comments> </div>

this make a face book comment system i write any comment from joomla site and it published at facebook wall with the link to my site. i can delete the post right from joomla that i have witten from joomla.

but i have not succed yet to show the joomla joining msg on facebook wall that is currently reached yet at facebook notification. there are no function declared at facebookphplibrary to do this. if i have mis read any function that do this and declared in facebook php library then pls guide me. i am waiting for your response

thanks
The topic has been locked.
Support Specialist
We're going to try to put a release out this week (with luck and time) to fix a few bugs. If we get through them quickly, we'll try to investigate implementing your notification code and enhancing it as you suggest.
The topic has been locked.
Active Subscriptions:

None
I'm curious to see where we stand on this.

1) Ability to notify FB that User has registered on Joomla using JFBConnect (advantages: linkback activity to your site using FB)

2) Ability for JOSComments or other JomSocial/Joomla type activities to show on Facebook (of course with the ability to turn off)

Seemed like the OP was close to succeeding in this..but I don't understand code all that well to recreate.
The topic has been locked.