←back to thread

634 points david927 | 1 comments | | HN request time: 0.258s | source

What are you working on? Any new ideas that you're thinking about?
1. anonyonoor ◴[] No.41343998[source]
I'm working on Facebook.js, a new API wrapper for the Facebook API.

http://github.com/leftmove/facebook.js

I was working with the Facebook API for another project, but I was surprised that a website as popular as Facebook had exclusively old API wrappers for it, that all required too much setup, and were cumbersome to write code with.

I wanted a better approach using the standards I have come to appreciate with modern API wrappers, and so I decided to start work on a more intuitive, faster approach for the Facebook API.

My initial launch goal is to allow for programmatic authentication, posting, and commenting, all with one setup command through a CLI.