Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
use the other Twitter OAuth endpoint (fixes #2076)
Browse files Browse the repository at this point in the history
  • Loading branch information
Changaco committed Dec 14, 2014
1 parent c757939 commit ad51c52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gratipay/elsewhere/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Twitter(PlatformOAuth1):

# Auth attributes
auth_url = 'https://api.twitter.com'
authorize_path = '/oauth/authenticate'

# API attributes
api_format = 'json'
Expand Down

0 comments on commit ad51c52

Please sign in to comment.