Topic-icon SC Social Streams module does not show events

Active Subscriptions:

None
J. 2.5 - JFBConnect 6.4.2
Hi, yesterday I noticed in this page last event was not shown
www.energiaeforma.it/scuola/facebook-news.html
from fb page
www.facebook.com/energiaeforma
In the forum I found this
www.sourcecoast.com/forums/jfbconnect/jf...-status-change-posts
but I couldn't add my comment, so I'm writing here

Can you suggest me something to solve this issue?

Many thanks
Francesco
The topic has been locked.
Support Specialist
8 years 7 months ago #54710 by alzander
Sorry for the delayed response. Right now, we use the Page / Feed API to get posts from the page;
developers.facebook.com/docs/graph-api/reference/v2.4/page/feed
This retrieves "The feed of posts (including status updates) and links published by this page, or by others on this page. "

Fetching the Events from a Page is a separate endpoint, which we don't currently support. It may be something we add in the future, but we have not done any investigation into what it would take to add that feature.

I hope that helps answer your question, but if you need more information or are (or have) a developer that may want to implement such a feature, we can point you in the right direction.

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

None
Thanks for your answer.

Same situation for shared posts, is it right?
www.energiaeforma.it/scuola/facebook-news.html
www.facebook.com/energiaeforma

Only posts created in the page are in the streming page and not the shared ones, is it correct?

Thank you
Regards

Francesco
The topic has been locked.
Support Specialist
8 years 7 months ago #54728 by alzander
Right now, I believe shared links are filtered out. The reason we don't show it is because links don't usually have a message to go along with them, which we need for the post to display.

If you want to test showing more stories, you can edit the /components/com_jfbconnect/libraries/provider/facebook/channel/page.php file. Around line 96, you'll see:
if(array_key_exists('from', $data) && array_key_exists('message', $data) && ($this->options->get('show_admin_only') == 0 || $data['from']['id'] == $pageId))
Change that to:
if(array_key_exists('from', $data) && ($this->options->get('show_admin_only') == 0 || $data['from']['id'] == $pageId))
That will remove the check to make sure there is a message in the post. However, you'll need to make sure that doesn't have any unwanted effects.

While you're testing, please set the "Enable Debug Mode" setting in JFBConnect to 'Yes'. That will disable caching so that the feed will be reloaded on every page load.

I hope that helps,
Alex
The topic has been locked.
Active Subscriptions:

None
Hi Alex, I decided that it is ok that only posts in the page are shown on the site. I told that to all the editors of my page on Facebook and it is ok for everybody.

Many thanks for your support.
Best regards
Francesco
The topic has been locked.
Support Specialist
8 years 6 months ago #55071 by alzander
Francesco,
I'm glad you found something that works for you and your site. If you need anything else, please let us know.

Also, I see your subscription has recently expired. We hope to see you back as an active subscriber again.

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

None
Hi Alex, please check id Subscription 15501 JFBConnect Valid to 2016-03-27

Thank you
Best regards

Francesco
The topic has been locked.
Support Specialist
8 years 6 months ago #55076 by alzander
Francesco,
Glad to hear you have a subscription. Not sure why it looked like you were missing it. We really, really do appreciate it!

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

None
Happy to use your extension and your great support.

Best regards

Francesco
The topic has been locked.