You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
655 B

7 years ago
  1. [{
  2. "title": "account1",
  3. "consumer_key": "xxxxxxxxxxxxx",
  4. "consumer_secret": "xxxxxxxxxxxxx",
  5. "access_token_key": "xxxxxxxxxxxxx",
  6. "access_token_secret": "xxxxxxxxxxxxx"
  7. },
  8. {
  9. "title": "account2",
  10. "consumer_key": "xxxxxxxxxxxxx",
  11. "consumer_secret": "xxxxxxxxxxxxx",
  12. "access_token_key": "xxxxxxxxxxxxx",
  13. "access_token_secret": "xxxxxxxxxxxxx"
  14. },
  15. {
  16. "title": "account3",
  17. "consumer_key": "xxxxxxxxxxxxx",
  18. "consumer_secret": "xxxxxxxxxxxxx",
  19. "access_token_key": "xxxxxxxxxxxxx",
  20. "access_token_secret": "xxxxxxxxxxxxx"
  21. }
  22. ]