-
Notifications
You must be signed in to change notification settings - Fork 464
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot use filtering parameters and cannot log request for debugging #545
Comments
I think it crashes specifically on the word |
I checked with a simple RestClient, the request works fine. |
Thanks for the issue! Apologies for the late response. I appreciate your reproducing it in the Graph API explorer. I'm guessing it might be an encoding issue — I'll try testing it with the logger level set to debug and see what's produced and compare that to the explorer and fix it. (If you have a chance to test that, that would be awesome.) |
@AlexCppns Try this instead
Let me know if this works. And for request logging try this -
|
@agnel-waghela It works perfectly. |
Hi there, I am having trouble with request parameters, especially filtering arrays... I also cannot find any way to log the actual request to facebook servers.
The code:
The error:
This works perfectly fine in the graph api explorer...
The text was updated successfully, but these errors were encountered: