Skip to content

Commit

Permalink
Specify grant_type for demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sung Won Cho committed Nov 13, 2015
1 parent 22d314f commit 4a7d474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var productHuntAPI = require('producthunt');
var productHunt = new productHuntAPI({
client_id: // your client_id
client_secret: // your client_secret
grant_type: // grant_type
grant_type: 'client_credentials'
});

// List all live events and filter by category
Expand Down

0 comments on commit 4a7d474

Please sign in to comment.