The problem appears to be related to a change in Twitter
https://dev.twitter.com/discussions/32792
You can almost solve it by using the function GetUsersFromScreenNames (or GetUsersFromIds).
They don't have the new limit - but the latter certainly has one major problem.
If you pass an twitterid that has been removed or doesn't exist it breaks down.
To demonstrate the break, try either of the following two twitterids
2401467254
2400668691
Linvi - would it be possible to have a workaround or fix for the problem with GetUsersFromIds when passing an ID that doesn't exist or has been removed?
Thanks again for all your great work.
https://dev.twitter.com/discussions/32792
You can almost solve it by using the function GetUsersFromScreenNames (or GetUsersFromIds).
They don't have the new limit - but the latter certainly has one major problem.
If you pass an twitterid that has been removed or doesn't exist it breaks down.
To demonstrate the break, try either of the following two twitterids
2401467254
2400668691
Linvi - would it be possible to have a workaround or fix for the problem with GetUsersFromIds when passing an ID that doesn't exist or has been removed?
Thanks again for all your great work.