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'm a newbie at this and i'm aware of Facebook connect. but is there an API that allows me to accept a user's USERNAME and PASSWORD? I develop with ASP.NET/C#

share|improve this question

2 Answers

up vote 1 down vote accepted

No, and there never will be; it's a bad security practice to ask users to provide their login information for another site. API keys and indirect login tokens are far better for inter-site login schemes, which is why Facebook uses it (via Connect).

share|improve this answer

Due to Facebook's privacy policy, 3rd parties are not able to obtain sensitive information, such as email and password of the user. Facebook does not have a "username" but instead you may fetch the real name of the user, or the name that the user has chosen to show publicly.

This applies to all platform regardless of whether FBJS, C#, PHP, Java...

share|improve this answer

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.