Skip to content

Commit

Permalink
Update twitter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulkapoor90 committed Feb 7, 2017
1 parent 608b10d commit e68be5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twitter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
key = "41696c40f269771ef773aebeb0d53975bae68c0124ad8af4b853ce90965d0c04"
secret = "6eb789f3f2fff356e0a84e31aa3fbd82fcd019edd8dcf33808157d0746ebaa04"
key = "INSERT_KEY_HERE"
secret = "INSERT_SECRET_HERE"

var base_url = "https://api.producthunt.com/v1/"
var token_url = base_url + "oauth/token"
Expand Down

0 comments on commit e68be5d

Please sign in to comment.