I’m using this “https://api.twitter.com/1/statuses/user_timeline.rss?screen_name=” to get the users time line feed and this doesn’t ask for authentication.
I have following two questions:
1.Will I be able to use the above mentioned url to get the feed even after the v1 of API is deprecated or I’ll have to switch to v1.1 of the API.
2.Also if I’ll have to switch to v1.1 what will be the process for authentication, can someone please point me an example in C# to get the feeds and authenticate the user.