]> git.mxchange.org Git - friendica.git/blobdiff - doc/Installing-Connectors.md
Merge remote-tracking branch 'upstream/develop' into 1512-contact-rework
[friendica.git] / doc / Installing-Connectors.md
index 49f21608f707cde538693e95d8104d6895e8bdd4..4cacc1c456860d44bdf704e9c3c260f1198087b5 100644 (file)
@@ -1,13 +1,13 @@
-Installing Connectors (Facebook/Twitter/StatusNet)
+Installing Connectors (Twitter/GNU Social)
 ==================================================
 
 * [Home](help)
 
 
-Friendica uses plugins to provide connectivity to some networks, such as Facebook and Twitter
+Friendica uses plugins to provide connectivity to some networks, such as Twitter or App.net
 
-There is also a plugin to post through to an existing account on a StatusNet service.
-You only need this to post to an already existing StatusNet account, but not to communicate with StatusNet members in general.
+There is also a plugin to post through to an existing account on a GNU Social service.
+You only need this to post to an already existing GNU Social account, but not to communicate with GNU Social members in general.
 
 All three plugins require an account on the target network.
 In addition you (or typically the server administrator) will need to obtain an API key to provide authenticated access to your Friendica server.
@@ -51,7 +51,7 @@ After this, your users can configure their Twitter account settings from "Settin
 Find the author's documentation here: [http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/Twitter_Plugin](http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/Twitter_Plugin)
 
 
-StatusNet Plugin for Friendica
+GNU Social Plugin for Friendica
 ---
 
 * Author: Tobias Diekershoff
@@ -60,77 +60,33 @@ StatusNet Plugin for Friendica
 
 ###Configuration
 
-When the addon is activated the user has to aquire the following in order to connect to the StatusNet account of choice.
+When the addon is activated the user has to aquire the following in order to connect to the GNU Social account of choice.
 
-* The base URL for the StatusNet API, for identi.ca this is https://identi.ca/api/
+* The base URL for the GNU Social API, for quitter.se this is https://quitter.se/api/
 * OAuth Consumer key & secret
 
 To get the OAuth Consumer key pair the user has to
 
 1 ask her Friendica admin if a pair already exists or 
-2 has to register the Friendica server as a client application on the StatusNet server. 
+2 has to register the Friendica server as a client application on the GNU Social server. 
 
-This can be done from the account settings under "Settings -> Connections -> Register an OAuth client application -> Register a new application" on the StatusNet server.
+This can be done from the account settings under "Settings -> Connections -> Register an OAuth client application -> Register a new application" on the GNU Social server.
 
 During the registration of the OAuth client remember the following:
 
-* Application names must be unique on the StatusNet site, so we recommend a Name of 'friendica-nnnn', replace 'nnnn' with a random number or your website name.
+* Application names must be unique on the GNU Social site, so we recommend a Name of 'friendica-nnnn', replace 'nnnn' with a random number or your website name.
 * there is no callback url
 * register a desktop client
 * with read & write access
 * the Source URL should be the URL of your Friendica server
 
-After the required credentials for the application are stored in the configuration you have to actually connect your Friendica account with StatusNet.
+After the required credentials for the application are stored in the configuration you have to actually connect your Friendica account with GNU Social.
 This is done from the Settings -> Connector Settings page.
-Follow the Sign in with StatusNet button, allow access and then copy the security code into the box provided.
+Follow the Sign in with GNU Social button, allow access and then copy the security code into the box provided.
 Friendica will then try to acquire the final OAuth credentials from the API. 
 
-If successful, the addon settings will allow you to select to post your public messages to your StatusNet account (have a look behind the little lock symbol beneath the status "editor" on your Home or Network pages).
+If successful, the addon settings will allow you to select to post your public messages to your GNU Social account (have a look behind the little lock symbol beneath the status "editor" on your Home or Network pages).
 
 ###More documentation
 
 Find the author's documentation here: [http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/StatusNet_Plugin](http://diekershoff.homeunix.net/redmine/wiki/friendikaplugin/StatusNet_Plugin)
-
-The Friendica/Facebook connector
----
-
-###Configuration
-
-First, register an API key for your site on [Facebook](developer.facebook.com).
-This requires a Facebook account, and may require additional authentication in the form of credit card or mobile phone verification.
-
-We'd be very happy if you include "Friendica" in the application name to increase name recognition.
-The Friendica icons are also present in the images directory and may be uploaded as a Facebook app icon.
-Use images/friendica-16.jpg for the Icon and images/friendica-128.jpg for the logo.
-
-The url should be your site URL with a trailing slash.
-
-You **may** be required to provide a privacy and/or terms of service URL.
-
-Navigate to Set Web->Site URL & Domain -> Website Settings.
-Set Site URL to yoursubdomain.yourdomain.com.
-Set Site Domain to your yourdomain.com.
-
-Install the Facebook plugin on your Friendica site at 'admin/plugins'.
-You should then see a link for Facebook under 'Plugin Features' on the sidebar of the admin panel.
-Select it. 
-
-Enter the App-ID and App Secret that Facebook gave you.
-Change any other settings as desired.
-
-On Friendica, each member who wishes to use the Facebook connector should visit the Facebook Settings section of their "Settings->Connector Settings" page, and click 'Install Facebook Connector'.
-
-Choose the appropriate settings for your usage and privacy requirements.
-
-This will ask you to log into Facebook and grant permission to the plugin to do its stuff.
-Allow it to do so.
-
-You're done.
-
-To turn it off visit the Connector Settings page again and 'Remove Facebook posting'.
-
-Videos and embeds will not be posted if there is no other content.
-Links and images will be converted to a format suitable for the Facebook API and long posts truncated - with a link to view the full post.
-
-Facebook contacts will also not be able to view "private" photos, as they are not able to authenticate to your site.
-We will address this in a future release.