X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=fromgplus%2FREADME;h=82a29f6635e414dcc9c6aef6b2e11beb48c3d4e6;hb=ccf870729d2e9ce54da31a24500b17bbbecfcdd6;hp=cecbb2b9d17bec1d0893e8c14685ed2319e2a5d6;hpb=86b1b1639d3da3140bd5a1af9777069660940bd0;p=friendica-addons.git diff --git a/fromgplus/README b/fromgplus/README index cecbb2b9..82a29f66 100644 --- a/fromgplus/README +++ b/fromgplus/README @@ -1 +1,15 @@ -This extension is a preparation of the upcoming import of items via Google+ +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.