Steven Xu
Steven Xu
I don't have a project setup, but I was able to reproduce the issue with ``` const path = require('path'); const {I18n} = require('i18n'); const i18n = new I18n({ locales:...
I think the confusion here is the client ID/secret versus the Developer App Key and Secret. Reading up on the OAuth docs, you can only get the client ID and...
I don't know how to do OAuth authentication without using a library. I think twitter-archive should perform steps 1 and 2 for you as well, and I'm not familiar with...