Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Self-Destructing Message iPhone App Designing and Starting the App Adding Login and Sign Up Screens

logging in with Facebook

in this video, there was a template site where they showed how a user could login using their Facebook account. I assume this is easier for the user because there is one less password they have to remember in their life but does this have any manifestations on their Facebook account? Does their Facebook newsfeed state "John logged into the Ribbit app"?

Does the Facebook login broadcast the utilization of the app (thereby promoting the app)?

1 Answer

The short answer is no. The longer answer is, a user logging in with Facebook will be prompted to allow access to certain parts of their profile (if your app requires such things) and might ask them for the ability to post to their feed/wall/whatnot, but again, that's only if you want it that way. Any Facebook interaction will be a result of your app posting things (if you set it up to do so), not Facebook.

thanks!