You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
In the past month I had to open some bugs on Facebook support and bugs portal. And to solve my problem they always asked me to provide the fbtrace_id
But when a call if made using this PHP library like $fb->post() or $fb->get(), in case of error a PHP exception is thrown and I didn't find any way to retrieve the full underlying response with the fbtrace_id
This make impossible for Facebook to help me on debug the problem.
So, please, could you tell me how can I extract the fbtrace_id from a response exception thrown by this library ?