X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=fromgplus%2FREADME;h=6587407c136e347b8b5dc7627350faae535ba9e9;hb=09a3321689b51ea5bf8bfb5fedfaa4ddf1a171a7;hp=cecbb2b9d17bec1d0893e8c14685ed2319e2a5d6;hpb=2333679ee0f8c8afb349fb6321e9590fcb33fd85;p=friendica-addons.git diff --git a/fromgplus/README b/fromgplus/README index cecbb2b9..6587407c 100644 --- a/fromgplus/README +++ b/fromgplus/README @@ -1 +1,25 @@ -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. + + +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. \ No newline at end of file