i've been looking into this but haven't been able to find a definitive answer. is it possible to incorporate facebook login into my application such that the user need only login to facebook once? so the user's account on my site is tied to his/her facebook account, and when they log in to my site, they are automatically logged in with facebook as well?
the catch is that the solution can't have anything with a user's device. this is because my application is built for a kiosk-type platform, where multiple users use the same machine. when they log in to the app (which they will actually be doing through a card scanner), i want them to only have to login to facebook the first time.
is this possible?
thanks.