friendica-addons/fromgplus
Michael Vogel ff8146c51e fromgplus: double descriptions are now suppressed. 2013-06-08 12:29:16 +02:00
..
lang add per-plugin language files 2013-02-27 09:38:30 -05:00
README Improved README that explains how to get the API key. 2012-12-19 23:17:31 +01:00
fromgplus.php fromgplus: double descriptions are now suppressed. 2013-06-08 12:29:16 +02:00

README

This extension fetches messages from a Google+ account and reshares it.

You have to place the following config values in your .htconfig.php:

$a->config['fromgplus']['key'] = "your key";
$a->config['fromgplus']['poll_interval'] = 10;

You need an API key for "Simple API Access". 

- You go to https://code.google.com/apis/console/
- Then you go to "Services" and activate "Google+ API".
- After that you go to "API Access".
- At the bottom of the page you see "Simple API Access".

The value after "API key:" is the key that you need.