Open jasan-s opened 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.
client.get('friends/ids.json?', {}, (error, idArray, response) => {})
Weird Behavior.
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.