Missing Method in RegistersController

Error: The action fbLogin is not defined in controller RegistersController

Error: Create RegistersController::fbLogin() in file: app/Controller/RegistersController.php.

<?php
class RegistersController extends AppController {


	public function fbLogin() {

	}

}

Notice: If you want to customize this error message, create app/View/Errors/missing_action.ctp

Stack Trace