Link to home
Start Free TrialLog in
Avatar of Pedro Chagas
Pedro ChagasFlag for Portugal

asked on

Get API key from google, for use with PEAR - Services_Google

Hi, I try to start learning about Services_Google of PEAR, and I install them in my server (I call: require_once '/home/tags/php/Services/Google.php';).

I search for some examples in the web, and all information tell, first I have to get a API key from google for use in PEAR - Services_Google.
In this site http://rpm.pbone.net/index.php3/stat/4/idpl/11309262/com/php-pear-Services_Google-0.1.1-3mdv2009.1.noarch.rpm.html they tell me to go to http://www.google.com/apis/ .

I go there, to get the API key, but I see to much information.

So, somebody tell me the right URL for I get the API for I use in one of services that Services_Google (can be any API)?

Regards, JC
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

I think you just get one Google API key and off you go - at least that has been my experience.

First get a Google Account
https://www.google.com/accounts/ManageAccount

Then get an API key:
http://code.google.com/apis/maps/signup.html

HTH, ~Ray
Avatar of Pedro Chagas

ASKER

So, if I get API key in maps, I have access for all API services in google?

Regards,
JC
ASKER CERTIFIED SOLUTION
Avatar of Ray Paseur
Ray Paseur
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial