I'm getting an error when I'm trying to parse responses from reviews (I can see the response content) and think that there might be an error in the XML that's being passed.
XML -> JSON libraries are quite robust and usually don't choke on what I pass them (they've worked very well in the past, including with the Goodreads API), but I'm not sure what's wrong. I think the error is with the formatting of the response you folks are passing as the error I'm getting (on my side) is: "xml.parsers.expat.ExpatError: mismatched tag: line 198, column 2"
XML -> JSON libraries are quite robust and usually don't choke on what I pass them (they've worked very well in the past, including with the Goodreads API), but I'm not sure what's wrong. I think the error is with the formatting of the response you folks are passing as the error I'm getting (on my side) is: "xml.parsers.expat.ExpatError: mismatched tag: line 198, column 2"
Here's the example code I'm working with: https://gist.github.com/arjunblj/20a8...
My API and user access tokens are all valid (I can make requests just fine).
Thanks!