Topic-icon Problems with interacting with Ohanah - facebook debug errors

Active Subscriptions:

None
I use JFBCconnect and Ohanah for events.

The module to show participants from ohanah events should show the avatars of participants, it does not. After review by the support of Ohanah, they suggest that there is an problem with the interaction between the two components. Possibly there are also a lot of errors when I use the debugging tool from facebook. This also has an effect on picture used on participants facebookwall when they ad a like or a comment. It takes picturefiles from sponsors and that is not what I want. Since I have no idea where to start, I would ask that you have a look at it. I will send this thread to the ohanah developpers too, since they have asked for it.

Thanks a lot!

www.ryodojo.be

(ps.: If you need admin-acces I'll send it to you in a mail)

URL: www.
The topic has been locked.
Active Subscriptions:

None
Hi,

This is Bojan from Ohanah support. It seems that those errors are now gone, and only error is that I made og:image URL relative. I really don't know why I saw those error before on developers.facebook.com/tools/debug It was something with bad response (502) when accessing OG information, I cannot recall exact message. I sent Dave version which should put absolute URL in og:image property and we will see how it will be.

On the side note, I want to include more OG information in event's page (I'm referring to ohanah's events, not FB). I want to use article as type, set URL, image and description. But If your component (or any other) already set those, would there be conflict? I want to make this changes compatible with your component to avoid headaches for me and you in the future :)

All the best,
Bojan
The topic has been locked.
Support Specialist
How is the og:image URL being inserted? Since we don't natively integrate with Ohanah, I'm assuming you're using the {JFBCGraph image=xxx} tag. If that's the case, make sure that the full URL is used in the image=xxx part, including the scheme and domain (site.com/link-to-image.jpg). JFBConnect doesn't insert this automatically if you use relative links.

As for setting the type, URL, image, description, or any other Open Graph tags, if you can detect that JFBConnect is installed, you can simply add the {JFBCGraph type=...} tags into the page, and JFBConnect will translate them to the proper og:xxx tags. Use the {JFBCGraph} syntax will override the defaults that we set, but if the tag isn't set, we'll try to set the page up with Open Graph tags automatically.

If you can detect that JFBConnect isn't installed, then obviously, you can add the og:xxx tags to the document head using JDocument. It'd be best if you could do the auto-detection to prevent duplication of tags though. Something as simple as checking if either the jfbcsystem plugin is enabled or even if the /components/com_jfbconnect directory exists would work.

Hope that helps, and by all means, feel free to ask for any help on integration. We love working with 3rd parties to make sure we're compatible. It saves us from headaches later, and also helps for promotion going both ways :)

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

None
Hi Alex,

Thanks for the tips and sorry for late answer. Dave had some problems with his computer so he didn't responded to me and I didn't subscribe to this topic :|
It was issue with absolute URL. I will definitely try to integrate detection so we don't collide.
Thanks for help!

All the best,
Bojan
The topic has been locked.
Active Subscriptions:

None
Hi Alex,

As you can see here and here I'm now aware what's the problem so I will fix it in next release and (hopefully) make Ohanah integration with JFBConnect complete.
The topic has been locked.
Support Specialist
bojanpopic,
No problem for us helping, and I didn't mean to lay it on you guys. We're definitely impressed with the integration you've provided so far, and will be in touch to work together on some other stuff. Ohanah seems awesome from the little testing we've done, and think there's a lot more we can do to make it really shine with JFBConnect!

Thanks for your support, and posting back here!

Alex
The topic has been locked.