Hacker News new | ask | show | jobs
by falcolas 2400 days ago
Non-Facebook users are unable to opt out of Facebook tracking if you use the Facebook sdk. That’s the point of using the oauth standard, it allows those users a choice not available with the sdk.
1 comments

You can choose to load the SDK or not, e.g. only when the "Log In With Facebook" button is pushed.
A little bit of research indicates that this is still a non-trivial amount of work from the developer; that the developer has to make the choice to protect the privacy of their non-Facebook users by dynamically loading the Facebook SDK.