Hacker News new | ask | show | jobs
by tinus_hn 2235 days ago
Would you expect a separate app for people who login using Facebook and people who login without?
1 comments

You can implement Facebook login server-side with basic oAuth. No requests to Facebook are necessary until the user actually wants to log in with Facebook.
That’s something you have no control over if you use the Facebook SDK