Thanks for the quick reply.So I've changed the oauthAutoConfig.plist -> .google -> MPOAuthRequestTokenURL to be:the MPLog in the MPOAuthAPI.m->_authenticationRequestForAccessToken method writes:Performing Request Token Request: https://www.google.com/accounts/OAuthGetRequestToken?scope=http://www.google.com/calendar/feedsand the [self.userAuthURL description] in the UserAuthViewController shows[MPOAuthAPIRequestLoader connection:willSendRequest:redirectResponse:]: <NSURLRequest https://www.google.com/accounts/OAuthGetRequestToken?scope=http://www.google.com/calendar/feeds?oauth_consumer_key=xxx.xxx&oauth_nonce=xxx&oauth_signature_method=HMAC-SHA1&oauth_timestamp=1239793572&oauth_version=1.0&oauth_signature=xxx>, (null)It appears as if the ?scope= parameter is not doing the job.I tried changing it to be &scope= but that doesn't work either.
Sorry for being such a n00b. What should I be trying?