Topic-icon Empty Facebook entries in Social Streams

Active Subscriptions:

None
11 years 5 months ago #49864 by cperrot
Hi

I have been implementing and I realized that several entries are being shown empty inside Social Stream. I am using version 6.2.4.

alltech.smartopensoft.net/
www.facebook.com/alltechinst

Regards

Cedric
The topic has been locked.
Support Specialist
11 years 5 months ago #49872 by alzander
It looks like the social stream is having issues showing feed posts that come from albums. We'll have to look into what's causing that and determine the proper fix.

Thanks for bringing this to our attention. We'll keep you posted on what we find.

Alex
The topic has been locked.
Support Specialist
11 years 5 months ago #49978 by mel
Cedric,

I am having trouble reproducing this with our test Facebook page. I have tried posting albums, photos, added comments and subcomments like found on your page, but am unable to get any blank entries. Could you please PM Alex or me FTP access to your site, so that we can see what data is coming back in your stream from Facebook?

Thanks
-Melissa
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #50115 by cperrot
Hi Mel

Can you please send me an email where I can send the login details to. I don't want to do that through the forum.

Regards

Cedric
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #50117 by cperrot
Hi Mel

I sent you the login details via private email.

Regards

Cedric
The topic has been locked.
Support Specialist
11 years 5 months ago #50128 by mel
After looking at your stream, it looks like the blank posts are actually times when you have liked the statuses on other pages. There's actually not a real message to display besides you like someone else's status, so I think it's better to just omit them from the stream feed. These don't show up in your Page's timeline as stories, so that's why it was a little confusing without seeing the data FB was sending back.

By the way, I made a small code change on your site and will be checking it in to be included in the next release. In components/com_jfbconnect/libraries/provider/facebook/channel/page.php around line 69, I changed:
if(array_key_exists('from', $data) && ($this->options->get('show_admin_only') == 0 || $data['from']['id'] == $pageId))
to
if(array_key_exists('from', $data) && array_key_exists('message', $data) && ($this->options->get('show_admin_only') == 0 || $data['from']['id'] == $pageId))

This should fix your issue, but let us know if you run into anything else.
-Melissa
The topic has been locked.
Active Subscriptions:

None
11 years 5 months ago #50130 by cperrot
Thanks Melissa

Are you planning to implement a similar integration of the link to post as suggested in www.sourcecoast.com/forums/jfbconnect/jf...-stream-link-to-post

Regards

Cedric
The topic has been locked.
Support Specialist
11 years 5 months ago #50136 by mel
Yes, that issue is currently in progress too.
The topic has been locked.