Hi, I followed the examples on this page: https://dev.twitter.com/rest/reference/get/statuses/user_timeline
but I only received this error using the following example: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=twitterapi&count=2
{“errors”:[{“code”:215,“message”:“Bad Authentication data.”}]}
That error indicates that you may not have authorised your request using OAuth? What library are you using to call the endpoint?
Note that Twitter does not provide RSS feeds.