Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • Creaktor Branding Agency Friend
    #207844

    We have a problem, since yesterday no Facebook items are being imported. I have updated the plugin from 1.1.9 to 1.2.3 but still no items are being imported. Before that everything seemed to work fine.

    When we click on the verify links in the profiles, none of the feeds seem to work.

    Is there again any change in the Facebook API?

    The facebook items page is: http://www.pc55.nl/facebook

    Some verify links that stopped working:

    Surprisingly one of the feed link (that gave trouble previously and generated an error message that was saved in a joomla article) has some output:
    https://www.facebook.com/feeds/page.php?id=100005403183503&format=rss20

    Does anybody know what is going on?

    Joomlart Team: for login details, please check my other post about Twitter being imported one day later.

    UPDATE:
    It looks like the function was already deprecated at Facebook (https://developers.facebook.com/docs/apps/changelog)

    Page RSS Feed endpoint – at https://www.facebook.com/feeds/page.php is now deprecated and will stop returning data from June 23, 2015. Developers should call the Graph API’s /v2.3/{page_id}/feed endpoint instead. This returns JSON rather than RSS/XML.

    We though the changes that were made in version 1.1.9 of the Social feed plugin already implemented the new API but this doesn’t seem to be the case.

    So Joomlart HELP! We need an need update to get things working again.

    www.creaktor.com

    Adam M Moderator
    #575605

    Hi @accessvirus,

    Thanks for your report, I have just raised an issue so development team can have a look and fix it asap, please stay tuned.

    pavlouki Friend
    #575717

    I cannot verify any Facebook Id so the JA Social Feed Plugin is not working for that particular API. Could anyone update us if it is going to be fixed?

    pavlouki Friend
    #642046

    I cannot verify any Facebook Id so the JA Social Feed Plugin is not working for that particular API. Could anyone update us if it is going to be fixed?

    pavlouki Friend
    #740706

    I cannot verify any Facebook Id so the JA Social Feed Plugin is not working for that particular API. Could anyone update us if it is going to be fixed?

    jimcapraro Friend
    #575825

    I am having the same problem – facebook ID’s that worked before have stopped working as of 6/24

    Is there an estimated time when this problem will be fixed?

    Adam M Moderator
    #575832

    Hi @pavlouki, @jimcapraro,

    Our development team is working on this matter and we will try to fix this problem asap, you can check the issue status in my previous reply.

    jimcapraro Friend
    #576345

    I just found the download for version 1.2.4 of this plugin – I’ve installed it – I’ve also created a facebook app and have an app id and a secret key. It seems to be working now.

    I still have the problem of the publishing time for the post being back dated by 24 hours. This interferes with a cronjob I have running to auto post these facebook/joomla articles into a jomsocial activity stream. I was able to fix it with the following patch:

    1. Editing /plugins/system/jasocial_feed/tables/joomla.php

    2. Search for:
    $item[‘publish_up’] = date(‘Y-m-d H:i:s’, time()-86400);

    3. and replace it with:
    $j = new JDate();
    $item[‘publish_up’] = $j->toSql();

    Jim Capraro

    jimcapraro Friend
    #642666

    I just found the download for version 1.2.4 of this plugin – I’ve installed it – I’ve also created a facebook app and have an app id and a secret key. It seems to be working now.

    I still have the problem of the publishing time for the post being back dated by 24 hours. This interferes with a cronjob I have running to auto post these facebook/joomla articles into a jomsocial activity stream. I was able to fix it with the following patch:

    1. Editing /plugins/system/jasocial_feed/tables/joomla.php

    2. Search for:
    $item[‘publish_up’] = date(‘Y-m-d H:i:s’, time()-86400);

    3. and replace it with:
    $j = new JDate();
    $item[‘publish_up’] = $j->toSql();

    Jim Capraro

    jimcapraro Friend
    #741323

    I just found the download for version 1.2.4 of this plugin – I’ve installed it – I’ve also created a facebook app and have an app id and a secret key. It seems to be working now.

    I still have the problem of the publishing time for the post being back dated by 24 hours. This interferes with a cronjob I have running to auto post these facebook/joomla articles into a jomsocial activity stream. I was able to fix it with the following patch:

    1. Editing /plugins/system/jasocial_feed/tables/joomla.php

    2. Search for:
    $item[‘publish_up’] = date(‘Y-m-d H:i:s’, time()-86400);

    3. and replace it with:
    $j = new JDate();
    $item[‘publish_up’] = $j->toSql();

    Jim Capraro

    Adam M Moderator
    #576432

    Hi @jimcapraro,

    Many thanks for taking your time to suggest us a fix. I updated the issue status and notify development team about this so they can have a look.

    If you still have any question or need further assistance, please feel free to let us know.

    Luna Garden Moderator
    #577156

    Hello Jim Capraro,

    Making publish date later 24 hours than actual time is our purpose, to avoid other bugs arising.

    You can read more about this thread for more information: http://www.joomlart.com/forums/topic/article-publishing-dates-are-off-by-24-hours/#post-573258

    Luna Garden Moderator
    #643463

    Hello Jim Capraro,

    Making publish date later 24 hours than actual time is our purpose, to avoid other bugs arising.

    You can read more about this thread for more information: http://www.joomlart.com/forums/topic/article-publishing-dates-are-off-by-24-hours/#post-573258

    Luna Garden Moderator
    #742114

    Hello Jim Capraro,

    Making publish date later 24 hours than actual time is our purpose, to avoid other bugs arising.

    You can read more about this thread for more information: http://id.joomlart.com/forums/topic/article-publishing-dates-are-off-by-24-hours/#post-573258

    dieudonne Friend
    #577836

    <em>@Adam M 480570 wrote:</em><blockquote>Hi @pavlouki, @jimcapraro,

    Our development team is working on this matter and we will try to fix this problem asap, you can check the issue status in my previous reply.</blockquote>

    Oh oh yes but not too fast…

Viewing 15 posts - 1 through 15 (of 21 total)

This topic contains 21 replies, has 7 voices, and was last updated by  masama1 8 years, 9 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum