Tinder privacy issues
shakedos.com
Tinder privacy issues
1–8 of 8 posts
Re: Tinder privacy issues
#2And that is not something Tinder can fix, since that is a product vulnerability.
Re: Tinder privacy issues
#3Re: Tinder privacy issues
#4Re: Tinder privacy issues
#5Tinder could just remove the facebook profile ID from the fields they return for each user, couldn't they? This might be a simple fix.
Re: Tinder privacy issues
#6Tinder could just remove the facebook profile ID from the fields they return for each user, couldn't they? This might be a simple fix.
Tech-wise, this would imply using a secondary ID to uniquely identify their users. A simple fix, yes, just that it's often a better way to rely on a third-party's ID when you use said third-party's auth system.
Re: Tinder privacy issues
#7Tinder could just remove the facebook profile ID from the fields they return for each user, couldn't they? This might be a simple fix.
Tech-wise, this would imply using a secondary ID to uniquely identify their users. A simple fix, yes, just that it's often a better way to rely on a third-party's ID when you use said third-party's auth system.
Re: Tinder privacy issues
#8Earlier quoted context omitted.
Tech-wise, this would imply using a secondary ID to uniquely identify their users. A simple fix, yes, just that it's often a better way to rely on a third-party's ID when you use said third-party's auth system.
Mmm. Good point -- maintaining a separate mapping is harder to implement and can lead to preformance issues. I think I see why they did it the way they did now.