Skip to content

HowTo's

Camilo Morales edited this page Jun 20, 2016 · 7 revisions

How to get a Google Plus API key:

  1. Go to the Google Developers Console.
  2. Create or select a project.
  3. Click Continue to enable the API and any related services. (Copy the resulting key)
  4. On the Credentials page, click on CREATE (you can change the name of the key if needed).
  5. Go to Overview page and click on Google+ API link .
  6. Click on ENABLE.

You are ready to use the Google Plus REST API.

How to get a Google Knowledge Graph API key:

Once you have a key for the Google Plus API (or any other Google API) just enabling more API's on the same key is enough, not need to create more keys.

To enable the API you want:

  1. Go to the Google Developers Console.
  2. Create or select a project.
  3. Go to Overview page and search the API you need, in this case: Knowledge graph.
  4. Click on ENABLE.

You are ready to use the Google Knowledge Graph API with the same key you created initially.

Clone this wiki locally