Has anyone experienced this Twitter API bug?
'lists/members/create' works fine.
'lists/members/create_all' doesn't add some accounts. Even when I add one account per request.
Conversation
It was my fault. I didn't consider that Javascript can't handle all Twitter IDs.
Problem was solved by adding 'stringify_ids' to the initial request and handling the IDs as strings.
(Don't debug things in a different language because you are faster with it.)
1
6
Fun fact: There is no integer type in Javascript.
You’re unable to view this Tweet because this account owner limits who can view their Tweets. Learn more
Show replies


