facebook-el is an emacs lisp library for accessing the facebook api. It's currently in the beginning stages of development.
Categories
CommunicationsLicense
GNU General Public License version 2.0 (GPLv2)Follow facebook.el
Other Useful Business Software
Crowdtesting That Delivers | Testeum
Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights. Click to perfect your product now.
Rate This Project
Login To Rate This Project
User Reviews
-
Hi, Thanks for this thing. What I did, 1. Run emacs with facebook.el and json.el 2. M-x facebook-login and I got following errors For information about GNU Emacs and the GNU system, type C-h C-a. Contacting host: api.facebook.com:80 Reading [application/json]... 319 bytes of 306 bytes (104%) Reading... done. let*: Wrong type argument: characterp, (request_args . [((value . "32e658343ec1a9b705e3e56538555d3b") (key . "sig")) ((value . "") (key . "api_key")) ((value . "2066215536141219") (key . "call_id")) ((value . "JSON") (key . "format")) ((value . "auth.createToken") (key . "method")) ((value . "1.0") (key . "v"))]) Contacting host: api.facebook.com:80 Reading [application/json]... 319 bytes of 306 bytes (104%) Reading... done. let*: Wrong type argument: characterp, (request_args . [((value . "38f238aec8effc6366db33bb4d1dd014") (key . "sig")) ((value . "") (key . "api_key")) ((value . "2066216212976459") (key . "call_id")) ((value . "JSON") (key . "format")) ((value . "auth.createToken") (key . "method")) ((value . "1.0") (key . "v"))]) Could you please look into this and give your feedback?