Skip to content

Commit

Permalink
Update gettweet.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dwivedikunal100 authored Mar 14, 2019
1 parent e43f2da commit f226bc8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helper./gettweet.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
var twitter = require("twitter");

var twitter = new twitter({
consumer_key: "mOUpwzhjCGYrPpqBL03n8cbtg",
consumer_secret: "CFEMDfwkiMnLAO7ofi0ConXlDAmwqUmaAKkx8XQRtfQnMWxI4N",
access_token_key: "261608471-ATGdO8ydPJ3l36vMKJgqTSecpoQZsHNIaBbXjJCJ",
access_token_secret: "Lwo2SrXGLHapLoXhp3LWiWELpnT1JhPcCEvEgsRmlrkKZ"
});
consumer_key: "*********************",
consumer_secret: "**********************************",
access_token_key: "*********************************",
access_token_secret: "****************"
});//use twitter keys

var methods = {};

Expand Down

0 comments on commit f226bc8

Please sign in to comment.