Suche

Unten sind die Ergebnisse Ihrer Suche gelistet.

Twitter API
44 Treffer, Zuletzt geändert:
ia/upload-media/api-reference/post-media-metadata-create|POST api/media/metadata/create]] * [[https://developer.twitter.com/en/docs/accounts-and-users/follow-se... eets/post-and-engage/api-reference/post-favorites-create|POST api/favorites/create]] * [[https://developer.twitter.com/en/docs/tweets/post-and-engage/api-refere
Friendica Installation
12 Treffer, Zuletzt geändert:
If you encounter a bug, please let us know. ==== Create a database ==== Create an empty database and note the access details (hostname, username, password, database name). Friendica needs the permission to create and delete fields and tables in its own database.... it them directly. * Is the empty MySQL-database created? If not, create it. === B.1: Config file === Y
Friendica API
11 Treffer, Zuletzt geändert:
-Entities#Contact) ==== POST api/friendica/group_create==== Create the group with the posted array of contacts as members. === Parameters=== * ''name'': name of the group to be created === POST data=== JSON data as Array like the r... Array of: * ''success'': true if successfully created or reactivated * ''gid'': gid of the created g
Domain-Driven-Design
9 Treffer, Zuletzt geändert:
venience factory named ''%%\Friendica\DI%%'' that creates some of the most common objects used in modules.... late more or less complex creation of objects and create them redundancy free. Before: <code php> $model... { $this->dba; } public function create() { return new Model($this->dba); } } $model = \Friendica\DI::factory()->create(); $model->id = 1; $model->key = 'value'; $model
Themes
8 Treffer, Zuletzt geändert:
emes (and theme customizations) the community has created. In case none of them suits your needs, there ar... theme, the easiest way to cover your needs is to create a new theme, inherit most of the properties of th... u want to override any template within your theme create your version of the template in /view/theme/... tion appear in the menu, all you need to do is to create a new CSS file in the deriv directoy and include
Friendica Storage Backend Addon development
6 Treffer, Zuletzt geändert:
eTest { // returns an instance of your newly created storage class abstract protected function ge... o a private field * Friendica automatically creates these classes and passes them as argument to the... o a private field * Friendica automatically creates these classes and passes them as argument to the... ically - until tests for Addons are enabled too - create a test class with the name ''%%addon/tests/Sample
Friendica on GitHub
6 Treffer, Zuletzt geändert:
git on the system you will be developing on. - Create your own [[https://github.com|GitHub]] account. ... ided here: http://help.github.com/fork-a-repo/ to create and use your own tracking fork on GitHub - Run ... ges to your fork. Then go to your GitHub page and create a “Pull request” to notify us to merge your work.... ===== Release branches ===== A release branch is created when the develop branch contains all features it
Groups and Privacy
6 Treffer, Zuletzt geändert:
rful features. ===== Setting Up Groups ===== To create a group, visit your Friendica “Contacts” page and select “Create a new group”. Give the group a name. This brings... om it. ===== Access Control ===== Once you have created a group, you may use it in any access control li... e private. Therefore, when you sign up, Friendica creates a group for you that it will automatically add a
Friendica API entities
5 Treffer, Zuletzt geändert:
No | | ''statuses_count'' | Integer | No | | ''created_at'' | String (Date) Ex: Wed May 23 06:01:13 +00... ) | No | | ''truncated'' | Boolean | No | | ''created_at'' | String (Date) Ex: Wed May 23 06:01:13 +00... id'' | String | Resource ID (32 hex chars) | | ''created'' | String (Date) | Format ''YYYY-MM-DD HH:MM:SS... ilename | | ''type'' | String | MIME Type | | ''created'' | String (Date) | Format ''YYYY-MM-DD HH:MM:SS
How to Create a Bot
5 Treffer, Zuletzt geändert:
====== How to Create a Bot ====== The task for the bot is to pull in [[wp>RSS|RSS]]/Atom feeds into the Fe... reation will be done in the following steps: * Create a new user * Add the RSS feed as contact * Promote the Bot ===== Create a User ===== You can either create a new user by registering a new account from the nodes registration pa
Events
5 Treffer, Zuletzt geändert:
nd the end. Listed are all events for this month, created by you, or shared with you by your contacts, Thi... orwards and backwards. And return to *today*. To create a new event, you can either follow the link "Create New Event" or double click on the desired box in the ... event at the source link, if you are the one who created the event. ===== Create a new Event ===== Foll
GNU Social API
4 Treffer, Zuletzt geändert:
sent * GET api/favorites * POST api/favorites/create/:id * POST api/favorites/destroy/:id * GET ap... by_me * statuses/retweets_of_me * friendships/create * friendships/exists * friendships/show * a... cations/follow * notifications/leave * blocks/create * blocks/destroy * blocks/exists * blocks/b... ne * statusnet/groups/show * statusnet/groups/create * statusnet/groups/join * statusnet/groups/le
Settings
4 Treffer, Zuletzt geändert:
. === Multiple Registrations === The ability to create “Pages” requires a person to register more than o... hat is triggered by the ''%%cron%%'' job that was created during the installation. The process does check ... rely. In the last section of the page admins can create new accounts on the node. The password for the ne... in//. By default this will be the one account you create during the installation process. But you can expa
Admin Tools
4 Treffer, Zuletzt geändert:
onfig contact Contact management createdoxygen Generate Doxygen headers dbstruc... is in seconds). In ''/etc/fail2ban/jail.local'' create a section for Friendica: [friendica] enabled =... h = /var/log/friend.log logencoding = utf-8 And create a filter definition in ''/etc/fail2ban/filter.d/f... lect the blocklists of servers of your choice and create a merged blocklist from them that you can then im
Forums
3 Treffer, Zuletzt geändert:
====== Forums ====== Friendica also lets you create community forums and other types of accounts that can... orum profiles. ===== Managing Accounts ===== To create a new linked account that can be used as a forum,... ans of the forum without requiring approval. This creates a forum page where all members can freely intera
Friendica Message Flow
3 Treffer, Zuletzt geändert:
Updating Friendica
3 Treffer, Zuletzt geändert:
Friendica Addon development
2 Treffer, Zuletzt geändert:
Friendica API authentication
2 Treffer, Zuletzt geändert:
Developer Documentation
2 Treffer, Zuletzt geändert:
Tags and Mentions
2 Treffer, Zuletzt geändert:
Friendica BBCode tags reference
1 Treffer, Zuletzt geändert:
Using Composer
1 Treffer, Zuletzt geändert:
How To Move Classes to src
1 Treffer, Zuletzt geändert:
Where to get started to help improve Friendica
1 Treffer, Zuletzt geändert:
How to improve the performance of a Friendica site
1 Treffer, Zuletzt geändert:
First Steps
1 Treffer, Zuletzt geändert:
Making Friends
1 Treffer, Zuletzt geändert:
How to move your account between servers
1 Treffer, Zuletzt geändert:
How to post to Lemmy from your Friendica account
1 Treffer, Zuletzt geändert:
Scheduler - time controlled publishing
1 Treffer, Zuletzt geändert:
Comment, sort and delete posts
1 Treffer, Zuletzt geändert:
Creating posts
1 Treffer, Zuletzt geändert:
Friendica translations
1 Treffer, Zuletzt geändert:
User Documentation
1 Treffer, Zuletzt geändert:
Vagrant for Friendica Developers
1 Treffer, Zuletzt geändert:
Homepage Verification
1 Treffer, Zuletzt geändert: