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
Simple, Secure Domain Registration
Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
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?