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
The All-in-One Commerce Platform for Businesses - Shopify
Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
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?