i have link of twitter timeline of my client but it only worked in twitter API 1 but it dose not work in twitter API 1.1. i read documentation of API 1.1 and found that i have to make authentication(means i understand oauth_token) in every request. i am using twitter4j and in callback URL i got oauth token and verifier and made a request using it but it does not work yet. please help me i have spent a lot of time on it.
link i previously used ishttps://api.twitter.com/1/statuses/user_timeline.rss?screen_name=TwitterName
links that i have tried are:-
https://api.twitter.com/1.1/statuses/user_timeline.rss?screen_name=TwitterName
please tell me how to get user timeline in rss or json and how to get and use oauth_token.