Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I would like to display some information about the user before using SSO. Something like:

"Login with facebook as John Smith"

Is this possible before actually logging in? Like grabbing info from the facebook app?

It'd be nice to express to the user that pressing the button means logging in with the user defined in the fbook app. I just don't want my users thinking they'll get to input an email address and accidentally link their account to their friend's facebook.

share|improve this question
1  
Its not possible. – Adil Soomro Oct 25 '12 at 5:48
Well that's disappointing. It'd be nice to express to the user that pressing the button means logging in with the user defined in the fbook app. I just don't want my users thinking they'll get to input an email address and accidentally link their account to their friend's facebook. – Rawr Oct 25 '12 at 5:51
Usually on mobile devices, you have a button with title "Login with facebook" (no name included) because facebook android sdk cannot tell you which user is logged in. So you can only have the "Login with facebook" text in the button. – Adil Soomro Oct 25 '12 at 6:41
Yea I know, but I still want to avoid the confusion of people accidentally linking the wrong account. "Login with facebook" suggests you can enter an email and password, rather than suggesting you're going to log in with the facebook app – Rawr Oct 25 '12 at 6:48

1 Answer

up vote 0 down vote accepted

The reason for why this is not possible is that if it would be possible you could easily track who exactly is using your app, without having the permission to collect that user information.

share|improve this answer
True but honestly I don't see any harm with a first name and last initial..."Login as John S" I think the Facebook app should provide a current user string with just that First Name and last initial. – Rawr Oct 25 '12 at 17:42
Well it's a privacy thing. An app could list publicly all the people who interacted with it with their names. You might not want to see your boss or your wife that you interacted with an app which deals with pornography for instance. – Lego Oct 26 '12 at 7:53
Yes but without a location and only a first name and last initial that's very easy to deny. Either way i think it's kinda lame lol – Rawr Oct 26 '12 at 17:39

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.