]> git.mxchange.org Git - friendica-addons.git/blob - fromgplus/README
RO: added translation for the addons from transifex
[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 go to https://code.google.com/apis/console/
11 - Then you go to "Services" and activate "Google+ API".
12 - After that you go to "API Access".
13 - At the bottom of the page you see "Simple API Access".
14
15 The value after "API key:" is the key that you need.
16
17
18 The new cloudbased Developerconsole
19
20 - You go to https://code.google.com/apis/console/
21 - Then you got to "APIs & auth" > "Apis" switch on Google+ API
22 - Then you go to "Credentials" 
23 - At the bottom of the Page you see "Public API access"
24
25 The value after "API key:" is the key that you need.