I am teaching myself Common Lisp and I’m creating a simple program that interfaces with facebook’s graph api. Facebook uses REST and json.
This is a really simple question, but where are the REST libraries in Common Lisp? I can’t seem to find it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to query Facebook API and process their JSON output, you probably need
Drakma(an HTTP-client) andcl-jsonoryasonJSON-processing libraries.