I’m trying to get just the Ids of all of the user mentions in each tweet I collect. How can that be done? I know that user_mentions has an array of elements for each mention, but I don’t know how to get just the Ids. Do I run a for loop through each element?

Thanks for the help!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.