desmondmorris / node-twitter

Client library for the Twitter REST and Streaming API's.
https://www.npmjs.com/package/twitter
MIT License
1.27k stars 237 forks source link

returns incorrect friend-ids #271

Open jasan-s opened 6 years ago

jasan-s commented 6 years ago

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.