friendica-addons/statusnet
Hypolite Petovan 49d308c44b [various] Rename forum to group
- Drop support for forumdirectory
- Add support for groupdirectory
2023-06-04 00:20:07 +02:00
..
lang HU and IT translation updates 2023-04-21 21:41:23 +02:00
library Changed: 2022-06-23 01:48:01 +02:00
templates GNU-Social import is removed 2022-12-21 22:20:34 +00:00
LICENSE SN license stuff 2013-05-31 15:55:37 +02:00
README.md Update strings 2018-01-20 11:01:59 -05:00
signinwithstatusnet.png [ImgBot] optimizes images 2018-07-14 02:28:43 -04:00
statusnet.css [various] Convert connector_settings hook functions to the new data array format 2021-11-29 06:55:16 -05:00
statusnet.php [various] Rename forum to group 2023-06-04 00:20:07 +02:00

README.md

GNU Social Connector

Main authors Tobias Diekershoff and Michael Vogel.

With this addon to friendica you can give your users the possibility to post their public messages to GNU Social and to import their timeline of their legacy GNU Social accounts. The messages will be strapped their rich context and shortened if necessary.

Requirements

Due to the distributed nature of the GNU Social network, each user who wishes to forward public messages to a GNU Social account has to get the OAuth credentials for themselves, which makes this addon a little bit more user unfriendly than the Twitter Addon is. Nothing too geeky though!

The inclusion of a shorturl for the original posting in cases when the message was longer than the maximal allowed notice length requires it, that you have PHP5+ and curl on your server.

Where to find

In the friendica addon git repository /statusnet/, this directory contains all required PHP files (including the [Twitter OAuth library] 1 by Abraham Williams, MIT licensed and the [Slinky library] 2 by Beau Lebens, BSD license), a CSS file for styling of the user configuration and an image to Sign in with GNU Social.

Configuration

User Configuration

When the addon is activated the user has to acquire three things in order to connect to the GNU Social account of choice.

  • the base URL for the GNU Social API, for identi.ca this was https://identi.ca/api/
  • OAuth Consumer key & secret

To get the OAuth Consumer key pair the user has to (a) ask her Friendica admin if a pair already exists or (b) has to register the Friendica server as a client application on the GNU Social server. This can be done from the account settings under "Connect -> Connections -> Register an OAuth client application -> Register a new application".

During the registration of the OAuth client remember the following:

  • 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 GNU Social. To do so follow the Sign in with GNU Social button, allow the access and copy the security code into the addon configuration. 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 GNU Social account.

License

The GNU Social Connector is licensed under the 3-clause BSD license see the LICENSE file in the addons directory.