Skip to content

Commit

Permalink
Fix EventbriteResourceOwner
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Jul 30, 2014
1 parent 58880cd commit 835ab5e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions OAuth/ResourceOwner/EventbriteResourceOwner.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ protected function configureOptions(OptionsResolverInterface $resolver)
parent::configureOptions($resolver);

$resolver->setDefaults(array(
'authorization_url' => 'https://www.eventbrite.com/oauth/authorize',
'access_token_url' => 'https://www.eventbrite.com/oauth/token',
'infos_url' => 'https://www.eventbrite.com/json/user_get',
'authorization_url' => 'https://www.eventbrite.com/oauth/authorize',
'access_token_url' => 'https://www.eventbrite.com/oauth/token',
'infos_url' => 'https://www.eventbrite.com/json/user_get',

'use_bearer_authorization' => true,
));
}
}

0 comments on commit 835ab5e

Please sign in to comment.