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

POST lists/members/create_all === code: 34 #240

Closed kyleshevlin closed 6 years ago

kyleshevlin commented 7 years ago

Posts to this end point and lists/members/create return code: 34 which means the resource was 404. I tried to dig around on this error a bit.

First, it seems like it might be related to pull request #230. But my hunch is that it isn't, given that it's sending back a 404 instead of an error about bad data.

Second, the API documentation makes it appear that query params are used to pass the data to this endpoint. I tried creating an endpoint where I passed my data in this fashion and got the same error. Wondering if anyone else has run into this?

kyleshevlin commented 6 years ago

Closing due to lack of activity.