mute-gold•2y ago
multiple users with tweet flash
Hello, I'm trying to use tweet flash to colloct tweets from mulitple profiles. However, I keep running into this issue where it only returns the first persons tweets. Sometimes it is able to pull multiple depending on the perameters but other times it just doesnt work. Like, if I set the max tweet to 250 it wasn't working, but 100 was. However, if max tweet was 100 and there was a specific time time frame, it wasnt working. Anyone run into this before? I tried both on the apify website and through the api and both have the same problem.
3 Replies
mute-goldOP•2y ago
Update for anyone running into the same problem. I found the easiest way to get around this bug is to just loop through the list, creating a new call for each user. You don’t get all results in one list, but I’ll be adding the tweets to a database anyway so it doesn’t make much of a difference.
Hi @Cameron , im glad you found the solution, if you would have any issue like this i suggest you to write a ticket directly in the Actor's issues tab for the developer to see and fix.
mute-goldOP•2y ago
Ok, I'll go ahead and do that. I didn't want to submit a ticket incase this was user error.