In this blog post, we’ll create a simple system for registering users in eZ Publish via their Facebook accounts. To do that we’ll use JavaScript to get users’ information from Facebook and then use AJAX to pass that information to a PHP script that will create and login our users into eZ Publish. So, let’s begin. First, we’ll need to set up a local development...
Register users in eZ Publish using data from Facebook
R