I have a rails app, that when a user is logged into his account, he can view his top 5 or 10 tweets of his account.
I’ve used the Omniauth Gem to connect my app with Twitter and also have saved the auth_token and auth_secret of user (When user allowed) to App.
Now I want to show the tweets of that user by using this auth token and secret.
I went through the twitter gem but didn’t get any specific method to fetch the tweets of user.
How can I do that?
Just use the twitter gem to do that.