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
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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?