Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Twitter API
155 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
%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 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
= 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 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
====== 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 Treffer, Zuletzt geändert:
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 Treffer, Zuletzt geändert:
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
Configuration Guide for small Nodes
4 Treffer, Zuletzt geändert:
, 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 ===
Domain-Driven-Design
4 Treffer, Zuletzt geändert:
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]); }
Account Basics
3 Treffer, Zuletzt geändert:
t does need to be a real email address. You can’t get your initial password, or reset a lost password l... sword to something that you will remember. ===== Getting Started ===== A link with ‘Tips for New Memb... pages for two weeks providing key information for getting started. ===== Retrieving Personal Data ====
Friendica API authentication
3 Treffer, Zuletzt geändert:
Friendica API entities
3 Treffer, Zuletzt geändert:
Settings
3 Treffer, Zuletzt geändert:
Using SSL with Friendica
3 Treffer, Zuletzt geändert:
Themes
3 Treffer, Zuletzt geändert:
Friendica BBCode tags reference
2 Treffer, Zuletzt geändert:
home
2 Treffer, Zuletzt geändert:
How to post to Lemmy from your Friendica account
2 Treffer, Zuletzt geändert:
Friendica Templating Documentation
2 Treffer, Zuletzt geändert:
Vagrant for Friendica Developers
2 Treffer, Zuletzt geändert:
Abstracts
1 Treffer, Zuletzt geändert:
Friendica API
1 Treffer, Zuletzt geändert:
How to Create a Bot
1 Treffer, Zuletzt geändert:
Bugs and Issues
1 Treffer, Zuletzt geändert:
config
1 Treffer, Zuletzt geändert:
Events
1 Treffer, Zuletzt geändert:
Friendica on GitHub
1 Treffer, Zuletzt geändert:
Groups and Privacy
1 Treffer, Zuletzt geändert:
First Steps
1 Treffer, Zuletzt geändert:
Friendica Message Flow
1 Treffer, Zuletzt geändert:
Tags and Mentions
1 Treffer, Zuletzt geändert:
Comment, sort and delete posts
1 Treffer, Zuletzt geändert:
Admin Tools
1 Treffer, Zuletzt geändert:
Two-Factor Authentication
1 Treffer, Zuletzt geändert:
Updating Friendica
1 Treffer, Zuletzt geändert: