Reputation: 1634
I have to implement all Twitter posts of one person to my table view and automatically update when that person publishes a new one. also, second part would be mentions(@person) of the person. How can I do it? Is there a very easy way, or I have to do it manually?
Upvotes: 0
Views: 74
Reputation: 115
One of the ways you can do this, is by using Twitters built in service called Fabric.
Go check out fabric.io for more information on how to use it, specifically this documentation for timeline related stuff.
If you want a step by step tutorial on how to add a specific person's timeline, I made a video on how to do this here. :)
Here is the documentation needed to display everyone that mentions the user. :)
Hope that helps you!
Upvotes: 1