Facebook auto-login

2019-09-05 06:00发布

I have one situation. I create a website. Then I put a tab that will link to Facebook authorization login page. Can I pass login parameter(Email,Password) to the Facebook authorization login page?? So that the user can authorize the application without see the authorization login page.

Thanks.

1条回答
放荡不羁爱自由
2楼-- · 2019-09-05 06:03

No. You can't do that. It would require the user to give you their facebook password which obviously would be breaking all kinds of terms and conditions. This is what OAuth is for. Check out the documentation on authentication

查看更多
登录 后发表回答