Question

using STTwitter Library I'm planing to go back in time and Collect as much as i can the Ids of those people who mention me and i mention them as well and store them within the app itself .

Can anyone tell me how to achieve this ?

Was it helpful?

Solution

To get mentions of yourself in other's tweets, use this method.

To get mentions of others in your own tweets, use this one and look at tweet entities.

You may have to play with the count value, and also call the methods again while setting maxID to the lowest ID you've always have.

Let me know if it doesn't fulfill your needs.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top