How can we check favicon provided by Google API is the default globe?
https://www.google.com/s2/u/0/favicons?domain=facebook.com returns the favicon of the facebook, where as https://www.google.com/s2/u/0/favicons?domain=test.com returns the globe as the favicon.
How can we check if the favicon is default globe or not?
When I came across this same issue I performed an md5 checksum of the returned image, made a note of what the default globe image md5 hash was and used that to confirm the presence of a favicon (or not).
See example php code below