문제

I want to implement a login with facebook on my website. I have a client that log into the website and access a specific page, but I want all of client's friends could log into the website and see my client's page.

Is there a way to do this?

Thank you.

도움이 되었습니까?

해결책

Just retrieve the friend's list of the user and store them in database related to user. Then when a user login, check if this user is related to other users and redirect to the desired page.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top