]> git.mxchange.org Git - friendica-addons.git/blob - fromgplus/README
Merge remote-tracking branch 'upstream/master'
[friendica-addons.git] / fromgplus / README
1 This extension fetches messages from a Google+ account and reshares it.
2
3 You have to place the following config values in your .htconfig.php:
4
5 $a->config['fromgplus']['key'] = "your key";
6 $a->config['fromgplus']['poll_interval'] = 10;
7
8 You need an API key for "Simple API Access". 
9
10 You get it via https://code.google.com/apis/console/ and then "API Access".