I want to get email ids which are associated to given gmail account. This should be done at local server, I am using xampp server
on Windows 7
.
I am using below link to get gmail contacts.
Below steps I have done:
created project on google and also activate contact api.
paste
client_id
andclient_secret_id
.google_redirect_uri ='http://localhost';
Problem
When ever I clicked on import google contacts
button it redirect me to login page of google to Choose an account for login, after login site ask me to Allow Contact shares
to do this?"
After clicking on allow button it redirect me to xampp's default index page http://localhost/dashboard/
because in google app's redirect url I have set http://localhost
.
I tried to set redirect url to contact api of google as per my files programs path but it not allowed me to use /
so I have set it to :http://localhost
in place of http://localhost/contacts/index.php
So where can I see response which I got from google contact api ?