Ryan Prendergast
Results
1
comments of
Ryan Prendergast
Assuming you have an OAuth session with the relevant keys, this should work. ``` const search = async(req, res) => { const client = new Twitter({ version: '2', consumer_key: process.env.CLIENT_ID,...