friendica-addons/fromgplus
Michael Vogel 81e05e6274 Merge remote-tracking branch 'upstream/master'
Conflicts:
	startpage/startpage.php
2014-03-22 23:48:01 +01:00
..
lang add per-plugin language files 2013-02-27 09:38:30 -05:00
README New cloudbased Develperconsole added in README 2014-01-15 19:27:57 +01:00
fromgplus.php Removed the word "Settings" from the settings. This information is redundant. 2014-03-16 20:50:36 +01: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.


The new cloudbased Developerconsole

- You go to https://code.google.com/apis/console/
- Then you got to "APIs & auth" > "Apis" switch on Google+ API
- Then you go to "Credentials" 
- At the bottom of the Page you see "Public API access"

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