Rubenwouters\CrmLauncher\Controllers\FacebookLoginController::askFbPermissions PHP Method

askFbPermissions() public method

Ask permission on Facebook account.
public askFbPermissions ( ) : view
return view
    public function askFbPermissions()
    {
        return Socialite::with('facebook')->scopes(['publish_pages', 'manage_pages', 'read_page_mailboxes'])->redirect();
    }