ERROR 400
Status: 400, Content-Type: text/html
Error 500 - after a couple hundred users
If user has no "mentions", empty [] returns 500
constantly getting 429
POST larger data sets than the twitter rate limit
500 Internal Server Error
Mashape email
500 Internal Server Error
500 Internal Server Error
To utilize unirest for node.js install the the npm module:
$ npm install unirest
After installing the npm package you can now start simplifying requests like so:
var unirest = require('unirest');
unirest.("https://osome-botometer.p.rapidapi.com") .header("X-RapidAPI-Key", "undefined") .header("Content-Type", "application/x-www-form-urlencoded") .end(function (result) { console.log(result.status, result.headers, result.body); });