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 & lists/members/create #289

Closed maxaussprung closed 10 months ago

maxaussprung commented 6 years ago

when i'm trying to add members to a list, i'm getting {code: 34, message: "Sorry, that page does not exist."}

client
        .post("lists/members/create_all", {
          list_id: id,
          screen_name: temparray.toString()
        })
        .catch(function(err) {
          console.log(err[0]);
        }); 

Has someone a similar experience or a fix for me? thx

peterpme commented 6 years ago

@max2max1 see https://github.com/Preposterous/twitter-lite