node-twitter
node-twitter copied to clipboard
returns incorrect friend-ids
I'm making the following call:
client.get('friends/ids.json?', {}, (error, idArray, response) => {})
However The Id's I get back are incorrect. making the call from Postman returns correct friend Id's.
Weird Behavior.