Closed maxaussprung closed 10 months 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
@max2max1 see https://github.com/Preposterous/twitter-lite
when i'm trying to add members to a list, i'm getting {code: 34, message: "Sorry, that page does not exist."}
Has someone a similar experience or a fix for me? thx