Hacker News new | ask | show | jobs
by TWSS 5276 days ago
You might want to consider a stepped permissions model for the Facebook auth. Asking for a crapton of permissions up front before establishing any trust with the user can be off-putting.

For example, get the email first, give users more info about pricing, how it works, etc., then get photo permissions.

And don't ask for permissions you don't need. Why ask for access to my friends' likes?

1 comments

Like counts are used in photo sorting/selection. We are still testing that feature.
You can add more permissions later.