facebook.js
Api on Facebook site itself for Java script manipulations. Usefull for Chrome app development or just for fun.
Why not facebook api?
This is directly accessing the methods available on the Facebook.com and does not depends on the API. Why would someone need this?
- To develop browser addons
- To do fun stuff that you cant do with the api
How to setup
- Go to Raw source
- Copy everything
- Go to Facebook
- Open up the console. (Press F12)
- Paste the content and press enter
- You will have a FB variable initiated and can call methods on it. Look at Annotated Source code for documentation
Documentation
No Documentation other than the Annotated source code
About facebook.js
This is inspired by gmail.js for GMail. I was bored today and decided to do decode the minified, scrambled JS on faceook.com. I was managed to find their dependency injection mechanism and able to tap into their client api. This is what I could come up with. #hackfb
Log in or sign up for Devpost to join the conversation.