Skip to content

Commit

Permalink
(feat) exchange keys
Browse files Browse the repository at this point in the history
  • Loading branch information
azai91 committed Dec 14, 2015
1 parent 1fc971c commit b659e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

from workflow import ICON_ACCOUNT, ICON_EJECT, ICON_WARNING, ICON_SYNC

CLIENT_ID = '3162'
CLIENT_SECRET = 'h2EHtHaSGPX8dDxcVvJfFUsrNm8Jr63p'
CLIENT_ID = '3307'
CLIENT_SECRET = 'S686rq4AAGSXBbgwWJQ3CmhSsfUyFKnY'
SCOPE = 'make_payments access_friends'
REDIRECT_URI = 'http://127.0.0.1:1337'
CACHE_MAX_AGE = 60 * 60 * 24 # one day
Expand Down

0 comments on commit b659e2a

Please sign in to comment.