Re: Bad request error when using uri-common

2020-09-20 Thread Peter Bex
On Sun, Sep 20, 2020 at 04:16:55PM +, Brian Hughes wrote: > This first fragment throws an error: > > (form-urlencoded-separator "&") > (define foo (make-uri scheme: 'https > host: "graph.facebook.com" > path: `(,my-facebook-id) >

Bad request error when using uri-common

2020-09-20 Thread Brian Hughes
Hi everyone, I recently got started using http-request and uri-common to access the facebook API. Everything generally works, but I encountered some unexpected behavior when using uri-common's make-uri that I'd like some help with. I'd rather be using make-uri than building strings in my code.