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 am creating a site that I want to use FB login soley for convenience. People coming to my site will want to be anonymous and not use their real names.

I used FB connect on a site in the last 6 months that asked me to input a username after I filled in my FB login credentials (It was still in the FB connect box).

I have not seen it since and am trying to explain it to a developer. Does anybody know about this, or how to acheive it?

share|improve this question
what do you exactly want? you haven't stated that clearly. – ahmet alp balkan Jun 15 '11 at 3:00

closed as not a real question by Jimmy Sawczuk, bomslang, AVD, Ted Hopp, Graviton Jun 15 '11 at 3:59

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

up vote 1 down vote accepted

Sounds like the webapp in question authenticated against FB Connect, and then used some piece of information returned (uid, probably) to create an entry in the site's user database, which also allowed for a username to be used on the site, rather than just using the person's name as supplied via FB.

share|improve this answer
This is a better explanation of the question, but not necessarily an answer. – Alexsander Akers Jun 15 '11 at 3:55

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