I am trying to retrieve the crawl issues feed by accessing the URL: https://www.google.com/webmasters/tools/feeds/http://www.MYSITE.com/crawlissues/?v=2&oauth_token=XYZ I have already done the oauth Request, allowed access to my app and passing it (oauth token) in the above URL. But the google server always returns 404 error. If I dont pass the oauth_token it returns 401 Authorization required error. Not sure whats going wrong? If anyone can help would appreciate it.