Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could you please share an example how to import contact? #447

Open
GoogleCodeExporter opened this issue Mar 1, 2016 · 3 comments
Open

Comments

@GoogleCodeExporter
Copy link

I tried the example from 
https://code.google.com/p/google-api-php-client/source/browse/trunk/examples/con
tacts/simple.php. However, the function calls are using abstracted method of 
old library,eg, $val = $client->getIo()->authenticatedRequest($req); from line 
50....I really don't know what shall be the equivalent in the latest release.
Could anyone help on this?

Original issue reported on code.google.com by [email protected] on 17 Feb 2014 at 5:38

@GoogleCodeExporter
Copy link
Author

Me too, i would like to know i tried 
 $client->getIo()->makeRequest($req); and
 $client->getIo()->executeRequest($req);

without success

Original comment by [email protected] on 24 Feb 2014 at 9:25

@GoogleCodeExporter
Copy link
Author

They putted it in getAuth()
=> $client->getAuth()->authenticatedRequest($request);

Took me a while to find it.

Original comment by [email protected] on 2 Apr 2014 at 3:05

@GoogleCodeExporter
Copy link
Author

Thank you so much #2.  I would have never found this.

Original comment by [email protected] on 30 Nov 2014 at 10:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant