Advertisement
Guest User

Untitled

a guest
Feb 13th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. Meteor.startup(function() {
  2. Accounts.loginServiceConfiguration.remove({
  3. service: "twitter"
  4. });
  5. Accounts.loginServiceConfiguration.insert({
  6. service: "twitter",
  7. consumerKey: " ",
  8. secret: " "
  9. });
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement