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

Commit

Permalink
Merge pull request #3013 from gratipay/small-oauth-fixes
Browse files Browse the repository at this point in the history
Small OAuth fixes.
  • Loading branch information
techtonik committed Dec 14, 2014
2 parents 62c33db + ad51c52 commit 94d83ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ given user.
- `https://api.twitter.com/1.1/users/show.json?id=%twitter_immutable_id&include_entities=1`
- "openstreetmap"—participant's OpenStreetMap account; possible values are:
- `undefined` (key not present)—no OpenStreetMap account connected
- `%OPENSTREETMAP_API/user/%openstreetmap_username`
- `http://www.openstreetmap.org/user/%openstreetmap_username`


**/`%username`/tips.json**
Expand Down
4 changes: 2 additions & 2 deletions defaults.env
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ VENMO_CALLBACK=http://localhost:8537/on/venmo/associate
OPENSTREETMAP_CONSUMER_KEY=2pHsNzigNVLXcqa3Vq6QOolb26HL62DtOxw6TT5E
OPENSTREETMAP_CONSUMER_SECRET=vdNq2XeqNHOPOJ2rOABNbrKUv7GqHRgy7x46Brga
OPENSTREETMAP_CALLBACK=http://127.0.0.1:8537/on/openstreetmap/associate
OPENSTREETMAP_API_URL=http://master.apis.dev.openstreetmap.org/api/0.6
OPENSTREETMAP_AUTH_URL=http://master.apis.dev.openstreetmap.org
OPENSTREETMAP_API_URL=http://www.openstreetmap.org/api/0.6
OPENSTREETMAP_AUTH_URL=http://www.openstreetmap.org

NANSWERS_THRESHOLD=2

Expand Down
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 94d83ad

Please sign in to comment.