Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I use the fbtrace_id to find more information?

The Facebook Graph API often throws errors and mentions you can use the fbtrace_id to find out more information about the error.

Every time I try to use the fbtrace_id, I get another error with a new fbtrace_id. It goes in a circle.

x Then I click that and I get this: y And so on.

like image 591
Eric Muyser Avatar asked Jun 29 '17 00:06

Eric Muyser


People also ask

What is the use of Fbtrace_id?

fbtrace_id is something you will include when reporting a bug to the Facebook support team. fbtrace_id: Internal support identifier. When reporting a bug related to a Graph API call, include the fbtrace_id to help us find log data for debugging.

What is OAuthException Facebook?

OAuthException: If you receive an OAuthException error, it means that Edgar doesn't have the correct permissions to access your Facebook accounts right now. The password may have been changed on Facebook or Facebook may have reset your security session.


1 Answers

fbtrace_id is something you will include when reporting a bug to the Facebook support team.

fbtrace_id: Internal support identifier. When reporting a bug related to a Graph API call, include the fbtrace_id to help us find log data for debugging.

Read more here: https://developers.facebook.com/docs/graph-api/using-graph-api/

like image 156
sonlexqt Avatar answered Oct 09 '22 13:10

sonlexqt