Is it possible to have login levels with the facebook authentication? Also, is it possible to only give permission to login in my website if you meet certain requirements, like for example being in a facebook group, or liking a page?

I have a students website, and I want them to be able to login using facebook but not every one can access the information only students form my course. So is it possible to check if they are in the course closed group before letting them login?

Thanks for the help...

link|improve this question
feedback

1 Answer

No, you cannot do that prior to the login. However, immediately after the login you can validate, by their facebook id, if they're on your list of approved people, and redirect away others who are not. Google for Facebook fan gate examples, there's alot of them out and about.

link|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 at 23:54
feedback

Your Answer

 
or
required, but never shown

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