protected function authorize(array $scope = array(), $scope_seperator = '+')
 {
     parent::authorize($scope, $scope_seperator, '&response_type=code');
 }