Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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.

share|improve this question

1 Answer

up vote 0 down vote accepted

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.