Is there a way to use the username and password stored in a variable be used to authenticate a user on facebook using facebook api using oauth?
If not is there a way to do so without using oauth?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. The whole point of using OAuth is that the user never has to give you (an untrusted third party) their password. So doing so would defeat the point.