Hello Phil, Since you are using a client ID, I believe you are using OAuth 2.0 as the authorization mechanism. Is your application a web application or an installed application? For the former, you will need to create a new client ID for installed applications in the API Console.
Also, I am not familiar with Omniauth, but is there any particular reason your are using this and not the available client libraries? Best, Alain On Tue, Oct 18, 2011 at 1:03 PM, Phil Spitler <[email protected]> wrote: > I'm using Omniauth to connect to the Google API for Oauth authentication. I > am passing xoauth_displayname with my application name and I'm getting the > following error on the screen that allows access to the contacts API. > > The application that directed you here claims to be "My Application Name". > We are unable to verify this claim as the application runs on your computer, > as opposed to a website. We recommend you deny access unless you trust the > application. > > The thing is, I setup the Client ID as a Web Application client ID so I'm > really not sure why I'm getting this error. Right above my Client ID in the > API console it says: "Client ID for web applications" > > Any help would be greatly appreciated. > > -- > You received this message because you are subscribed to the Google > Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. > To post to this group, send email to > [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://code.google.com/apis/contacts/community/forum.html > -- Alain Vongsouvanh | Developer Programs Engineer -- You received this message because you are subscribed to the Google Groups "Google Contacts, Shared Contacts and User Profiles APIs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://code.google.com/apis/contacts/community/forum.html
