Slashdot Mirror


Facebook Silently Removes Ability To Download Your Posts

dcollins writes "Facebook has a 'Download Info' capability that I've used regularly since 2010 to archive, backup, and search all the information that I've written and shared there (called 'wall posts'). But I've discovered that sometime in the last few months, Facebook silently removed this largest component from the Downloaded Info, locking up all of your posted information internally where it can no longer be exported or digitally searched. Will they reverse course if this is publicized and they're pressured on the matter?" It does appear that the archive of your wall posts is now only available through the not-very-useful Activity Log.

12 of 229 comments (clear)

  1. Data protection request by Anonymous+Brave+Guy · · Score: 4, Informative

    Depending on where you are, you might be able to send them a Subject Access Request or your local equivalent, forcing them to provide you with all the personal data they hold about you, give or take a bit of wriggling on their part, for a token amount of money.

    --
    If you disagree, post your argument. (-1, Overrated) isn't your personal censorship tool for views you don't like.
  2. I still see it. by Anonymous Coward · · Score: 2, Informative

    I have the "Download a copy of your Facebook data" on my Account Settings page. Maybe this was selectively removed from some accounts only?

  3. Re:Why bother? by cdrudge · · Score: 4, Informative

    Do you really think that when you delete it that it actually deletes it? It's been standard operating procedure for years where I've worked that things appear deleted as far as the end user sees, but it's still there in the database just flagged "deleted".

    Doing this makes it far easier to "undelete" something when it was inadvertently deleted, investigate something that a user was trying to cover up, or just keep a record for our own data mining purposes that's separate to the end user's use of the data.

  4. Re:Get a court order. by JJJJust · · Score: 4, Informative

    US centric: The Freedom of Information Act is designed to get information on other subjects. The Privacy Act is what you cite and a far better tool to get information on yourself.

  5. Re:Down the memory hole by i+kan+reed · · Score: 3, Informative

    Have you read 1984? That's what a memory hole was.

  6. Idiots!! The feature has NOT been removed. by Anonymous Coward · · Score: 4, Informative

    The feature has NOT been removed. It is right here:

    https://www.facebook.com/settings

    Simply click "Download a copy of your Facebook data."

  7. Re:I would ahve got a frosty by Aaron+B+Lingwood · · Score: 5, Informative

    Where is the link on slashdot to download all my comments?

    Here!

    --
    [Rent This Space]
  8. I still have the option to download everything... by AcquaCow · · Score: 2, Informative

    The link is here in your settings: https://www.facebook.com/settings

    Link is at the bottom... "Download a copy of your Facebook data."

    -- Dave

    --

    up 12 days, 22:30, 2 users, load averages: 993.20, 994.21, 994.56
    *makes note to limit user processes...
  9. It has, indeed, been removed by Anonymous Coward · · Score: 5, Informative

    RTFA. You can download an archive of some of your data. While that archive used to include your wall posts (a substantial portion of the content you generate on Facebook), that content is no longer included. I have tried and verified this.

    1. Re:It has, indeed, been removed by DaTrueDave · · Score: 3, Informative

      I just did it and my wall posts were included in the downloaded archive. Strange that it works for some, but not for others.

  10. Re:I would ahve got a frosty by pthisis · · Score: 5, Informative

    That page only has comments going back to December for me. My complete posting history goes back over a decade.

    --
    rage, rage against the dying of the light
  11. Re:I would ahve got a frosty by Aaron+B+Lingwood · · Score: 5, Informative

    That page only has comments going back to December for me. My complete posting history goes back over a decade.

    This is slashdot. News for Nerds.

    The Slashdot search function goes something like this:

    wget -U “Lynx/3.0 http://www.google.com/search?&start=1\&num=100\&q=27352+site:slashdot.org -O Search01.html
    wget -U “Lynx/3.0 http://www.google.com/search?&start=101\&num=200\&q=27352+site:slashdot.org -O Search02.html
    wget -U “Lynx/3.0 http://www.google.com/search?&start=201\&num=300\&q=27352+site:slashdot.org -O Search03.html

    Then

    lynx -dump -listonly Search01.html >> URL_list.ascii
    lynx -dump -listonly Search02.html >> URL_list.ascii
    lynx -dump -listonly Search03.html >> URL_list.ascii

    Then grep out the webcache and google URLs and trim off anything that prepends the URL you want with a Perl substitution

    s/(https?\:\/\/)(\w*\.)?(slashdot\.org\/.*)/$1$2$3/

    And finally, wget again

    wget -U "Lynx/22.0" -i ./URL_list.ascii

    It is at this stage you realize that you have just downloaded 200MB of javascript and are found 2 days later sitting under a cold shower in the foetal position

    --
    [Rent This Space]