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 have a strange demand where i will prompt for username and password of facebook to the end users to connect to my website.

I very well know that this is wrong as there is something called Facebook connect button but is it possible?

If not possible how can i use facebook connect button. I have gone through numerous example but none of them is clear. They are asking for some API keys etc i dont know what it is?

Any help is highly appreciated?

share|improve this question
I'll point you to the direction of: developers.facebook.com/apps – Khôi May 29 '12 at 12:44
I will appreciate if the persons downvoting mention the reasons also – Moons May 29 '12 at 12:47

2 Answers

up vote 4 down vote accepted

No, that's against the Facebook Platform Policy:

2 . You must not include functionality that proxies, requests or collects Facebook usernames or passwords.

Why would you want to do that?

share|improve this answer
i dont want to do it but the PSDs i got to create the Project have it thats why i asked this question, by the way thanks for the answer – Moons May 29 '12 at 12:52
1  
Tell the person who created the PSDs to update them to use the Connect button. You can't do something that's not allowed, just because of some designs! – Niraj Shah May 29 '12 at 15:54

No you should not ask them for their username / password as it will be no good to you and you will be responsible for this data and making sure it is not lost / stolen etc.

simply google'ing "facebook api key" linked to a website and 2 youtube videos detailing how to obtain it:

http://help.webscribble.com/display/jconnector/Getting+the+Facebook+Connect+API+Key

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.