Archive
Feeds Sign In
Archive Feeds Sign In
Note
I’ve finally discovered a clear path to leaving Facebook entirely. Looking forward to moving all of my historical content to my website, and then deleting Facebook.

Comments (5)

Mark Collier
Mark Collier via Twitter

What's the path?

Jonathan LaCour
Jonathan LaCour via Twitter

I found a little open source project which leverages the Graph API to export everything to JSON. I just need to write a script to translate the JSON format to the JSON format my site likes for publishing (Microformats 2) and publish my old content to my site.

Eddie Hinkle
Eddie Hinkle via eddiehinkle.com

👏

hisaac
hisaac via Micro.blog

@cleverdevil How are you going to do it? I still have my account, but it’s deactivated. I never thought about it, but it would be nice to be able to grab all the content off there.

cleverdevil
cleverdevil via Micro.blog

@hisaac I found a project that exports nearly everything into a reasonably good JSON format. Then I just need to translate it to mf2-json and Micropub it all over to my site. The translation will likely take some effort, but totally doable. Here is the project: github.com/danburzo/...