Hello,phiree2 wrote: Ive noticed from the JFBconnect documentaiton that you advise removing the application secret id etc from the Jomsocial application.
However this is a problem as it stops jomsocial from updating peoples facebook status when they post to the jomsocial wall.
Any ideas?
mtk wrote:
Hello,phiree2 wrote: Ive noticed from the JFBconnect documentaiton that you advise removing the application secret id etc from the Jomsocial application.
However this is a problem as it stops jomsocial from updating peoples facebook status when they post to the jomsocial wall.
Any ideas?
this is way we've included with JFBC a plugin to replace that functionality and Post JomSocial Activity to User's Facebook Wall .
if you have any further questions, please post from the user you've purchased the subscription with.
Thank you,
Mati
$this->jfbcLibrary->setFacebookMessage($message);$post = array();
$post['message'] = $message;
$post['link'] = 'http://link-to-site.com/';
$post['picture'] = 'http://site.com/link-to-picture.jpg';
$this->jfbcLibrary->setFacebookMessage($post);Join our newsletter to get alerts for Joomla releases, tips and tricks and extension updates.
