Topic-icon Hard time integrating JomSocial 3 and Facebook Actions

Active Subscriptions:

None
I went though the tutorial and created the objects and action on Facebook and JFBconnect but get this. I would like to setup every possible thing that can sync to facebook, such as events, groups, photos, posts.

I can provide admin access to my site and facebook account if you could please assist. My site (in development and will be moved) link is hmh.nettechs.net


Error Message
n***** upload image JomSocial Album Error /index.php/photos/album?albumid= Invalid parameter 2014-10-10 13:32:44
The topic has been locked.
Support Specialist
Right now, JFBConnect only supports the Upload Image and Join Group actions in JomSocial. We don't have any actions defined to work with Events in JomSocial yet.

As for the error message you posted, can you tell me when that happens (what have you done on the front-end) and if there's any cases where the upload image feature has worked? I'm not sure what that error is, so we'd need to know more about what's going on to help diagnose things.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #47750 by natkol
Sync of groups and events is ok. I am trying to get image upload to sync with facebook. It uploads the image to jomsocial and it never makes it to facebook. Checking the activity log in open graph is where I get this error message. Attached is my object and action settings.
File Attachment:


File Attachment:
The topic has been locked.
Support Specialist
9 years 6 months ago #47758 by mel
What specific version of JomSocial are you using? We will have to investigate this further.
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #47759 by natkol
I am using Joomla! 3.3.6 and Jomsocial 3.2.1.5

I am going to delete the facebook app, objects and actions and try to set it up again. Let me know if you find anything and I will as well.

Thanks,
N
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #47763 by natkol
I give up at this point. I have deleted the facebook app and reset it all up about 5 times now and same for objects and actions in JFBconnect. Not sure what im doing wrong. I can give you admin access to the site and facebook app if you would like to look at it.

Thanks,
N
The topic has been locked.
Support Specialist
We're trying to recreate this issue right now, but aren't seeing the error you describe. The URL in the error message ends with "albumid=", which is definitely incorrect.. since no ID is specified.

Your configuration above looks correct for JFBConnect. I'm assuming your Facebook object and action are setup properly in your Application as well. It's possible we're recreating things differently though. Can you tell us the exact steps you're taking to create the action.. like:
* Login with Facebook from the JomSocial home page.
* Go to the user's JomSocial profile
* Click the "Photos" link from the toolbar.
* Create a new album
* Upload photo to album
The last step is when the action should post. If you're posting from another area of JomSocial, let us know what area that is (Groups, Events, etc).

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #47773 by natkol
Your steps are exactly the process. I have tried it from the main wall as well with the same error. I have been digging into this deeper myself as well. On Facebook I create

Action: Upload to Object: Gallery
Action: Join to object: Event (Could be wrong on that, I cant remember but I followed the directions)

I also did the same in JFB Connect. I think this may be related to OG issues with the new version of JomSocial and JFBConnect but could be wrong. Here is a screenshot from the Facebook Debug site that I cannot clear up.

File Attachment:


Also, this info below pulls from the head.php file in Jomsocial com_community/helpers/head.php

socialdebug.com/results?url=http%3A%2F%2Fhmh.nettechs.net%2F

Error listed on link above
og:see_also /index.php/groups/display
og:see_also /index.php/photos/display
og:see_also /index.php/videos/display
og:see_also /index.php/calendar/display

Code thats being pulled from
* @link developers.facebook.com/docs/reference/o.../object-type/website
*/
case 'website':
self::addOpengraph('og:see_also', CRoute::_('index.php?option=com_community&view=frontpage'), true);
self::addOpengraph('og:see_also', CRoute::_('index.php?option=com_community&view=groups&task=display'), true);
self::addOpengraph('og:see_also', CRoute::_('index.php?option=com_community&view=photos&task=display'), true);
self::addOpengraph('og:see_also', CRoute::_('index.php?option=com_community&view=videos&task=display'), true);
self::addOpengraph('og:see_also', CRoute::_('index.php?option=com_community&view=events&task=display'), true);
self::addOpengraph('og:site_name', JFactory::getConfig()->get('sitename'));
break;
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #47802 by natkol
I reported this same message to JomSocial and they replied:

I reported this to our developers. I'll update you ASAP.

So we will see. It appears that others may have this same issue.
The topic has been locked.
Active Subscriptions:

None
9 years 6 months ago #47828 by natkol
This file sent by JomSocial seemed to resolve most my issues with the open graph not publishing

Thanks,
N
open-graph-fix.zip
The topic has been locked.