Вопрос

i don't understand how both can work. I wonna use users table, so is there any tutorial where facebook login and site login can work on same table ? I need from user to add/modify/delefe staff, but that is connected with users id.

Это было полезно?

Решение

I just store the user's facebook ID in the users table. This way, when a facebook login occurs, I grab the user's ID and process the login on my site as well.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top