Hi I have developed an web application using google app engine, for google shared domain contact
, Its working fine when I am running it in the localhost but when I deploy that application into google app engine it showing warning screen before user conforming for consent(as shown in the image).
I am using 2 scope http://www.google.com/m8/feeds/contacts/
and https://www.googleapis.com/auth/userinfo.email
. when I try to add a user information in the google shared contact I am getting a exception message as www.google.com
. How can I resolve the problem? am i need to verify my application in the oauth_app_verification
. Can any one solve this?
Thank you.,