Skip to content

Commit

Permalink
change callback url to a relative url
Browse files Browse the repository at this point in the history
  • Loading branch information
way0750 committed Dec 1, 2015
1 parent b1bc8ee commit ab0db60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ var consumerSecret = "KgGnTXOHTCd9vDV4yV7pPsabqgGW92gt5lw7ZGWZvofVEjwKPQ";
passport.use(new TwitterStrategy({
consumerKey: consumerKey,
consumerSecret: consumerSecret,
callbackURL: "https://www.snapcast.xyz/twitter/callback"
callbackURL: "twitter/callback"
},

function(token, tokenSecret, profile, done) {

0 comments on commit ab0db60

Please sign in to comment.