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
Passwordless Authentication and Passwordless Security
It’s no secret — passwords can be a real headache, both for the people who use them and the people who manage them. Over time, we’ve created hundreds of passwords, it’s easy to lose track of them and they’re easily compromised. Fortunately, passwordless authentication is becoming a feasible reality for many businesses. Duo can help you get there.
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?