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
via
Twitter
What's the path?
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
via
eddiehinkle.com
👏
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
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/...
Comments (5)
What's the path?
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.
👏
@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.
@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/...