Search
You can find the results of your search below.
Matching pagenames:
Fulltext results:
- Twitter API
- he APIs]]. ===== Entities ===== These endpoints use the [[help/API-Entities|Friendica API entities]].... que in each network but not for all networks. The users are searched in the following priority: Friendi... values ===== * ''%%cid%%'': Contact id of the user (important for ''contact_allow'' and ''contact_deny'') * ''%%network%%'': network of the user ===== Unsupported parameters ===== * ''%%cur
- Mastodon API
- ramagit.org/tom79/fedilab|Fedilab]] Automatically uses the legacy API, see issue: https:%%//%%framagit.... 51|Toot!]] ===== Entities ===== These endpoints use the [[https://docs.joinmastodon.org/entities/|Mas... rg/methods/accounts/|GET /api/v1/accounts/:id/statuses]] * [[https://docs.joinmastodon.org/methods/ac... ] * [[https://docs.joinmastodon.org/methods/statuses/media/|POST /api/v1/media]] * [[https://docs.j
- Settings
- unts on your node, which can be moderated in the “Users” section of the panel. As well as an overview o... will set the default language for the node. It is used as fall back setting should Friendica fail to re... he visitors preferences and can be overwritten by user settings. The Friendica community offers some t... default system theme. This can be over-ridden by user profiles. Default theme is ''%%vier%%'' at the m
- Friendica Addon development
- y URL path). ===== Naming ===== Addon names are used in file paths and functions names, and as such: ... ge. ===== Install/Uninstall ===== If your addon uses hooks, they have to be registered in a ''%%<addo... t the point the hook was invoked, * profile and user information, etc. It is recommeded you call thi... ng immediately processed or acted on that you can use, display, or alter. Remember to declare it with '
- Friendica Installation
- un on commodity hosting platforms - such as those used to host Wordpress blogs and Drupal websites. We ... ood reasons to not choose a certificate, e.g. because you are running a local only test installation of... tml#allowoverride|AllowOverride All]]" so you can use a local ''.htaccess'' file * PHP versions 7.4 t... DED. Directory paths will not be as convenient to use and have not been thoroughly tested. This is REQU
- Friendica BBCode tags reference
- ^ | embed an image | ''%%[img]https://raw.githubusercontent.com/friendica/friendica/stable/images/fri... t of the image | ''%%[img=64x32]https://raw.githubusercontent.com/friendica/friendica/stable/images/fri... (description) for it | ''%%[img=https://raw.githubusercontent.com/friendica/friendica/stable/images/fri... ont has to be present on the viewers system to be used. ==== Links ==== ^ Purpose ^ BBCode ^ | Se
- Friendica API
- he APIs]]. ===== Entities ===== These endpoints uses the [[:docs:API-Entities|Friendica API entities]... #Event|Event]] entities for the current logged in user. === Parameters === * ''%%since_id%%'': (opt... ''%%profileurl%%'': Profile URL ==== GET api/statuses/public_timeline ==== Returns a list of public [... false) * ''%%conversation_id%%'': Shows all statuses of a given conversation. * ''%%include_entitie
- Themes
- ion of theme heritage. - Some themes also allow users to select *variants* of the theme.Those theme v... tory. This is only needed if the theme allows the user to change certain things of the theme dynamicall... re of the theme, you need to change the templates used by the theme. Friendica themes are using [[http:... templates any template that exists there will be used instead of the default one. ===== Javascript ==
- Database Tables
- |ActivityPub compatible contacts - used in the ActivityPub implementation| |[[https://gi... oken.md|application-token]] |OAuth user token ... |ActivityPub endpoints - used in the ActivityPub implementation | |[[... |Diaspora compatible contacts - used in the Diaspora implementation | |[[https:/
- Friendica API authentication
- ods: HTTP Basic and OAuth. HTTP Basic is easy to use, but it requires your account password, so it gra... to grant limited permissions, so that someone can use the API to e.g. read your posts, but not create new ones. You can therefore use OAuth with other applications that you wouldn't w... P Basic authentication should be sufficient here. Use the same username and password you use to login.
- GNU Social API
- he APIs]]. ===== Entities ===== These endpoints use the [[:docs:/API-Entities|Friendica API entities]... api/help/test * GET api/search * GET api/statuses/show/:id * POST api/statuses/destroy/:id * GET api/statuses/followers * GET api/statuses/friends * GET api/statuses/friends_
- Autoloader with Composer
- ====== Autoloader with Composer ====== Friendica uses [[https://getcomposer.org|Composer]] to manage d... t it is available, without the need to explicitly use “require_once”. Once it is set up you don’t have to directly use it, you can directly use any class that is covered by the autoloader (currently ''%%vendor%%'' and ''%
- How To Move Classes to src
- ==== How To Move Classes to src ====== Friendica uses [[:docs:Composer|Composer]] to manage autoloadin... lly included]] when the class it defines is first used in the flow. This is an improvement over the cur... consequences as it will be the name that will be used to refer to this class from now on. There is [[h... you’re done deciding the namespace, it’s time to use it. Let’s say we choose ''%%Friendica\Core%%'' fo
- Friendica Storage Backend Addon development
- s: <code> [ 'type', </code> define the field used in form, and the type of data. one of ‘checkbox’... %DI::facStorage()->register(string $class)%%'' is used to register the backend class. When the plugin ... ss it back to the backend. This is necessary because it isn’t always clear, if you need further constr... Override the two necessary instances: <code php> use Friendica\Core\Storage\Capability\ICanWriteToStor
- Using Composer
- ====== Using Composer ====== Friendica uses [[https://getcomposer.org|Composer]] to manage dependencie... docs:autoloader|Class autoloading]] ===== How to use Composer ===== If you don’t have Composer instal... . For the purpose of this help, all examples will use this path to run Composer commands, however feel ... ed a Friendica release archive, you don’t have to use Commposer at all, all the required libraries are