Due to the way the Flox player system is designed, it integrates seamlessly with almost any platform out there: This includes e.g. facebook, GameCenter, Twitter, Kongregate and many others. It furthermore has the ability to either allow your players to play as guests or authenticate them using a gamer-safe email login mechanism.

//login, access and logout a player
Player.loginWithKey("myForeignKeyWhichMayVeryWellBeFromFacebook", onComplete);
var currentPlayer:Player = Player.current;
Player.logout();