It’s possible the library that you are using is mis-encoding the escaped “#” symbol by the time it is actually sent to our API. Verify your entire request path and make sure that it’s sending what you actually expect it to send, and that your OAuth signature base string also has the right amount of escaping. I have no issues making this request and getting results.