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
Friendica Storage Backend Addon development
28 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 $
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 Addon development
19 Hits, Last modified:
%developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener === Current JavaScript hooks ==... 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
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
Using Composer
7 Hits, Last modified:
= Using Composer ====== Friendica uses [[https://getcomposer.org|Composer]] to manage dependencies lib... also a list of required dependencies and their target version. Here’s a simplified version of the one w... and MobileDetect. Each library has a different target version, and [[https://getcomposer.org/doc/articles/versions.md#writing-basic-version-constraints|per
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
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
Installing Connectors (Twitter/GNU Social)
5 Hits, Last modified:
l. All three addons require an account on the target network. In addition you (or typically the server... ut they all require an existing account on the target service. Once installed, these API keys can usual... 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
Friendica translations
5 Hits, Last modified:
The Friendica translation process is based on ''gettext'' PO files. Basic worflow: - ''xgettext'' is used to collect translation strings across the pro... rings in your code changes, please run ''bin/run_xgettext.sh'' from the base Friendica directory and co... Friendica cloned repository, just run ''bin/run_xgettext.sh -a <addon_name>'' from the base Friendica
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]); }
Configuration Guide for small Nodes
4 Hits, Last modified:
, e.g. a small VPS or shared hosting fall into targeted hardware range. The result of this configurati... the ''Cache contact avatars'' option. Don't forget to select ''Clean database'' and ''Periodically o... more). === Relays === Relay server are great to get content into your node, especially on small nodes... (or another low value) so that these posting will get deleted quickly again === Display of content ===
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:
Using SSL with Friendica
3 Hits, Last modified:
Settings
3 Hits, Last modified:
Friendica API entities
3 Hits, Last modified:
Friendica Templating Documentation
2 Hits, Last modified:
home
2 Hits, Last modified:
Friendica BBCode tags reference
2 Hits, Last modified:
How to post to Lemmy from your Friendica account
2 Hits, Last modified:
Vagrant for Friendica Developers
2 Hits, Last modified:
Admin Tools
1 Hits, Last modified:
Two-Factor Authentication
1 Hits, Last modified:
Comment, sort and delete posts
1 Hits, Last modified:
Tags and Mentions
1 Hits, Last modified:
Updating Friendica
1 Hits, Last modified:
Abstracts
1 Hits, Last modified:
Friendica Message Flow
1 Hits, Last modified:
First Steps
1 Hits, Last modified:
Groups and Privacy
1 Hits, Last modified:
Friendica on GitHub
1 Hits, Last modified:
config
1 Hits, Last modified:
Bugs and Issues
1 Hits, Last modified:
How to Create a Bot
1 Hits, Last modified:
Friendica API
1 Hits, Last modified:
Events
1 Hits, Last modified: