Search

You can find the results of your search below.

Twitter API
155 Hits, Last modified:
s-and-users/manage-account-settings/api-reference/get-account-verify_credentials|GET api/account/verify_credentials]] * Unsupported parameter: * ... tter.com/en/docs/accounts-and-users/follow-search-get-users/api-reference/get-users-show|GET api/users/show]] * [[https://developer.twitter.com/en/docs/ac
Mastodon API
68 Hits, Last modified:
stodon.org/methods/accounts/#retrieve-information|GET /api/v1/accounts/:id]] * [[https://docs.joinmas... [[https://docs.joinmastodon.org/methods/accounts/|GET /api/v1/accounts/:id/followers]] * [[https://docs.joinmastodon.org/methods/accounts/|GET /api/v1/accounts/:id/following]] * [[https://docs.joinmastodon.org/methods/accounts/|GET /api/v1/accounts/:id/lists]] * [[https://docs.j
Friendica API
40 Hits, Last modified:
dica API entities]]. ===== Endpoints ===== ==== GET api/friendica/events ==== Returns a list of [[:d... aximum number of items returned, default 20 ==== GET api/externalprofile/show ==== Returns a [[:docs:... rs === * ''%%profileurl%%'': Profile URL ==== GET api/statuses/public_timeline ==== Returns a list... orted parameters === * ''%%trim_user%%'' ==== GET api/statuses/networkpublic_timeline ==== Returns
GNU Social API
21 Hits, Last modified:
tities]]. ===== Implemented endpoints ===== * GET api/account/rate_limit_status * POST api/account/update_profile_image * GET api/account/verify_credentials * GET api/direct_messages * POST/DELETE api/direct_messages/destroy * POST api/direct_messages/new * GET api/direct_messages/sent * GET api/favorites
Friendica Storage Backend Addon development
20 Hits, Last modified:
nterface ICanWriteToStorage { public function get(string $reference); public function put(strin... function __toString(); public static function getName(); } </code> * ''%%get(string $reference)%%'' returns data pointed by ''%%$reference%%'' * ''%... erface ICanConfigureStorage { public function getOptions(); public function saveOptions(array $
Friendica Addon development
12 Hits, Last modified:
arg2%%'' would give this: <code php> DI::args()->getArgc(); // = 3 DI::args()->get(0); // = 'addon' DI::args()->get(1); // = 'arg1' DI::args()->get(2); // = 'arg2' </code> To display a module page, you need to declare
Friendica Installation
9 Hits, Last modified:
ur domain((**You really should do this**, you can get a TLS certificate for free using LetsEncrypt and ... t allow Unix shell access, you might have trouble getting everything to work.** For alternative server... ps/friendica_ynh|Friendica with YunoHost]]. ==== Get Friendica ==== Download the full archive of the ... data view/smarty3 chmod 775 view/smarty3 </code> Get the addons by going into your website folder. <c
Where to get started to help improve Friendica
6 Hits, Last modified:
====== Where to get started to help improve Friendica ====== Do you want to help us improve Friendica? Here we have compiled some hints on how to get started and some tasks to help you choose. A proj... re. ==== Composer ==== Friendica uses [[https://getcomposer.org|Composer]] to manage dependencies lib... # `composer install` if the `composer.lock` file gets changed # to update all the php dependencies
Autoloader with Composer
6 Hits, Last modified:
er with Composer ====== Friendica uses [[https://getcomposer.org|Composer]] to manage dependencies lib... endica; class ItemsManager { public function getAll() { ... } public function getByID($id) { ... } } </code> The class ''%%ItemsManager%%'' has bee... ndica\ItemsManager(); $items = $itemsmanager->getAll(); // pass $items to template // retu
Domain-Driven-Design
4 Hits, Last modified:
return \Friendica\Database\DBA::update('table', get_object_vars($this), ['id' => $this->id]); } }... { return $this->dba->update('table', get_object_vars($this), ['id' => $this->id]); } }... { return $this->dba->update('table', get_object_vars($this), ['id' => $this->id]); } }... { return $this->dba->update('table', get_object_vars($model), ['id' => $model->id]); }
Settings
3 Hits, Last modified:
run. ==== Additional information ==== Then you get an overview of the accounts on your node, which c... ut. If there is a new version published, you will get notified in the admin panel summary page. ==== A... displayed in the browsers navigation bar. You can get to the ''%%/display%%'' page by following the //L
Installing Connectors (Twitter/GNU Social)
3 Hits, Last modified:
a OAuth Consumer key pair (key & secret). You can get it from [[https://twitter.com/apps|Twitter]]. Re... ter as login”. When you’ve registered the app you get a key pair with an OAuth Consumer key and a secre... itter.se/api/ * OAuth Consumer key & secret To get the OAuth Consumer key pair the user has to 1 as
Using Composer
3 Hits, Last modified:
= Using Composer ====== Friendica uses [[https://getcomposer.org|Composer]] to manage dependencies lib... ary has a different target version, and [[https://getcomposer.org/doc/articles/versions.md#writing-basi... t not to run it as root. ==== See [[|https:%%//%%getcomposer.org/root]]. Composer should be run as the
Using SSL with Friendica
3 Hits, Last modified:
and disturbing. For this reason, we recommend to get a certificate signed by a CA. Normally, you have ... of time (e.g. a year or two). There are ways to get a trusted certificate for free. ===== Choose you... Once you have it, changing the domain name means getting a new certificate. ==== Shared hosts ==== I
Themes
3 Hits, Last modified:
methink alike $colorset = DI::pConfig()->get( local_user(), 'duepuntozero','colorset'); ... !$colorset) $colorset = DI::config()->get('duepuntozero', 'colorset'); if ($colorse... e variants */ } which tells friendica to get the personal config of a user. Check if it is set
Account Basics
3 Hits, Last modified:
home
2 Hits, Last modified:
Friendica Templating Documentation
2 Hits, Last modified:
Vagrant for Friendica Developers
2 Hits, Last modified:
Friendica API entities
2 Hits, Last modified:
Configuration Guide for small Nodes
2 Hits, Last modified:
Groups and Privacy
1 Hits, Last modified:
Friendica on GitHub
1 Hits, Last modified:
First Steps
1 Hits, Last modified:
config
1 Hits, Last modified:
Friendica Message Flow
1 Hits, Last modified:
Bugs and Issues
1 Hits, Last modified:
Friendica BBCode tags reference
1 Hits, Last modified:
Comment, sort and delete posts
1 Hits, Last modified:
Friendica API
1 Hits, Last modified:
Admin Tools
1 Hits, Last modified:
Friendica translations
1 Hits, Last modified:
Updating Friendica
1 Hits, Last modified:
Events
1 Hits, Last modified: