|
|
|
|
|
by nbm
5385 days ago
|
|
How would whatever system that does this discover that the user is or is not logged into Facebook? The javascript portion doesn't have access to cross-domain cookies, so that won't work. Anything else requires connecting to a domain such that cookies are passed on so that it could discover whether the user is logged in or out before passing it to a subdomain. (I work at Facebook, but not on this.) |
|
However, if one of the problems that they wanted to solve was 'we dont want to track user data unless they are logged in', they would have solved it by now.
The fact that they haven't means either (a) they just haven't thought about it or (b) they have thought about it, but do not want to solve it.