jeduan / cordova-plugin-facebook4

Use the latest Facebook SDK in your Cordova and Ionic projects
Other
767 stars 511 forks source link

disable AdvertiserIDCollectionEnabled and AutoLogAppEventsEnabled #864

Closed hthetiot closed 3 years ago

hthetiot commented 4 years ago

disable AdvertiserIDCollectionEnabled and AutoLogAppEventsEnabled turned on by default on android and ios to respect user privacy and prevent developer to violate RGPD French law and California Consumer Privacy Act unknowingly.

More information:

Externals reference for consequences of developer not turning the data collection off and not having proper privacy policy:

noahcooper commented 3 years ago

This plugin is deprecated. Check out cordova-plugin-facebook-connect at https://www.npmjs.com/package/cordova-plugin-facebook-connect. That plugin now provides both setAutoLogAppEventsEnabled and setAdvertiserIDCollectionEnabled methods.