Getting CSI / tbsd_ & CSI / _tbnd data in facebook login

I use Facebook Login to get data from users who log in to my site, and I use the console.log function.

The only thing the console displays is the following:

CSI / tbsd_ and CSI / _tbnd

What does it mean? What could be the problem?

thanks a lot

+4
source share
1 answer

The log entries for CSI/tbsd_and CSI/_tbndare actually timestamps that are generated by some APIs.

Timestamps can be generated in JavaScript using console.timeStamp()function .

google.com:

enter image description here

, , , API Google.

Firebug Net panel:

enter image description here

, . .

0

All Articles