]> git.mxchange.org Git - friendica-addons.git/blobdiff - fromgplus/README
fromgplus: Updated README
[friendica-addons.git] / fromgplus / README
index cecbb2b9d17bec1d0893e8c14685ed2319e2a5d6..db5bb38e0613c3917afe1de8b721540c0b564faa 100644 (file)
@@ -1 +1,10 @@
-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 get it via https://code.google.com/apis/console/ and then "API Access".