This repository was archived by the owner on Sep 16, 2022. It is now read-only.

Description
What steps will reproduce the problem?
1. Use the OAuth touch view controllers to have the user authorize the
application
2. Use the OAuth as an authorizer on a google service such as the calendar
service.
3. Make a request (such as fetchFeedWithUrl).
What is the expected output? What do you see instead?
I should see the calendar feed for the authorized user. Instead, I see a 401
error: Unknown authorization header.
What version of the product are you using? On what operating system?
This is on iPhone.
Please provide any additional information below.
Original issue reported on code.google.com by visig...@gmail.com on 1 Dec 2010 at 7:50