Viewing 15 replies - 1 through 15 (of 20 total)
  • Me too, any solutions out there please?

    I’ve tried putting 3 different Facebook ID’s in and still the same error so it can be the settings on my page

    Same here.

    Hey guys! I had the same problem. It looks like facebook completely changed the feed url. Here’s what I did to fix it:

    First you need to find your new RSS feed link. (It says how here: https://www.facebook.com/help/212445198787494/ but I was having trouble so I just logged in and went directly to https://www.facebook.com/notifications to find my link).

    There’s no easy way to add the link changes without going into the code, but it’s such a simple plugin, even a non-programmer should be able to fix it…open up fbf_facebook_page_feed.php (use notepad if you don’t have a programming environment), and go to around line 50 where it has
    $feed_link_array .= ',http://www.facebook.com/feeds/page.php?id='.$feed_link_id.'&format=rss20';

    and change it to:

    https://www.facebook.com/feeds/notifications.php?id='.$feed_link_id.'&viewer=xxxxxxxxx&key=xxxxxxxxx&format=rss20

    where the x’s are your viewer number and key number.

    Eventually the plugin will have to be updated to include a way to enter the viewer number and key number. But hardcoding it will work for now.

    I hope that helps!

    Hi HCCDave,

    Your solution works, but how can you do with the posts and images?

    Thx.

    is this solution to receive RSS feeds for your notifications?

    I’m trying to mirror my status updates on a company facebook page onto my website

    still looking…..

    Thread Starter skigirl1369

    (@skigirl1369)

    I might try this for now, but I am also searching for the status updates we post versus the notification feed. Thanks HCCDave.

    How do you find your viewer and key numbers if this is for a FB Page?

    I would also like to know how to find the viewer and key numbers. I’ve updated the code you listed but it still has the x’s in place of these numbers.

    Thread Starter skigirl1369

    (@skigirl1369)

    When you view your notifications and click the RSS link to view the feed, the viewer and key numbers are in the RSS URL

    Obviously a facebook thing then, I tried various suggestions and nothing worked, looked today and all is good as gold and working perfectly.

    Yep this plugin uses old facebook api which no longer works. Try themeloom-widgets instead, includes twitter widget too.

    https://wordpress.org/plugins/themeloom-widgets/

    Hi,

    to find my Viewer and Key is very easy,

    But I have some RSS-Feeds that are not mine, so I can´t see the notification rss

    How do i get this one?

    Regards

    I think I’m running into the same issue.
    Website URL: http://briarcliffwoods.org/

    This site has linked to a Facebook RSS feed for several years. I think, but am not 100% certain, that the link broke after updating the FBF Widget plugin.

    The Facebook page is for a community organization that is owned by another Facebook account.

    The notifications link for the owner is: https://www.facebook.com/notifications?id=1029097478

    The notifications link for the owned page is (and works):

    https://www.facebook.com/notifications?id=258455977608927

    From the website’s home page, this appears:
    Screenshot: https://goo.gl/o0PTBq

    The link in the error message returns this error from Facebook:

    Sorry, this page isn’t available

    The link you followed may be broken, or the page may have been removed.

    The Facebook Widgets section for the site has the correct page ID: 258455977608927

    Screenshot: https://goo.gl/RPWODV

    So, it seems that the FBF widget is not forming the RSS link correctly.

    I’m haveing the same issue as Briarcliffwoods just popped up on a clients website.. I just noticed it on their site, but I don’t go there often since the site is finished so I don’t know when it occurred.

    Any fixes yet?

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘A feed could not be found at ….’ is closed to new replies.