We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have noticed that facebook changed the format of the error sent to us.
Previously it was x-fb-trace-id https://github.com/arsduo/koala/blob/master/lib/koala/errors.rb#L66 And now it is fbtrace_id
x-fb-trace-id
fbtrace_id
Example:
"{"error":{"message":"(#613) Calls to this api have exceeded the rate limit.","type":"OAuthException","code":613,"fbtrace_id":"ALBaekPexkW"}}"
it doesn't have the x-fb-debug and x-fb-rev so I'm not sure if they still exist
x-fb-debug
x-fb-rev
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have noticed that facebook changed the format of the error sent to us.
Previously it was
x-fb-trace-id
https://github.com/arsduo/koala/blob/master/lib/koala/errors.rb#L66
And now it is
fbtrace_id
Example:
it doesn't have the
x-fb-debug
andx-fb-rev
so I'm not sure if they still existThe text was updated successfully, but these errors were encountered: