passwords - retrieve users information from facebook -


I am a newbie on this and I have knowledge of connecting to Facebook but do I have an API that gives me the user's username And allows to accept the password? I am developed with ASP.NET / C #

No, and never will; It is a bad security practice to ask users to provide their login information to another site. The API key and the indirect login token are very good for inter-login plans, which is why Facebook uses it (via connectivity).


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -