Search
You can find the results of your search below.
Fulltext results:
- Twitter API
- users/create-manage-lists/api-reference/get-lists-ownerships|GET api/lists/ownerships]] * Unsupported parameters: * ''%%slug%%'' * ''%%owner_screen_name%%'' * ''%%owner_id%%'' * ''%%include_entities%%'' * [[https://developer.t
- Autoloader with Composer
- s Dfrn { public static function mail($item, $owner) { ... } } </code> <code php> // mod/mail.php <... ... Friendica\Protocol\DFRN::mail($item, $owner); ... } </code> If your code is in same nam... dy'] = ... $atom = DFRN::mail($item, $owner); } elseif ($fsuggest) { $atom = DFRN::fsuggest($item, $owner); q("DELETE FROM `fsuggest` WHERE `
- Using SSL with Friendica
- ge!** ===== Intro ===== If you are running your own Friendica site, you may want to use SSL (https) t... o your provider via an encrypted channel!** ==== Own server ==== If you run your own server, we recommend to check out the [[https://letsencrypt.org/|“Let... t not all websites support HTTPS yet. Use at your own risk. - **Verify SSL**: Enabling this will prev
- Friendica API entities
- n ^ | ''id'' | Integer | | | ''uid'' | Integer | Owner User Id | | ''cid'' | Integer | Target Contact... iendica_author'' | Contact | No | | ''friendica_owner'' | Contact | No | | ''friendica_private'' | ... msg'' | String (BBCode) | | | ''uid'' | Integer | Owner User Id | | ''link'' | String (URL) | Notifica
- Connectors
- iendica and they may follow you (by placing their own Identity Address into your ‘Connect’ page). ====... Twitter connector installed, and reply using your own status editor. Begin the message with @twitterper
- Friendica on GitHub
- system you will be developing on. - Create your own [[https://github.com|GitHub]] account. - Fork t... lp.github.com/fork-a-repo/ to create and use your own tracking fork on GitHub - Run ''%%bin/composer.
- Account Basics
- hat meets your needs. If you’d like to have your own server, you can do that too. Visit [[http://frien
- Friendica Addon development
- %%'' initialization to allow addons to load their own configuration file(s) with ''%%App::loadConfigFil
- Friendica API
- irectory set in server settings * ''%%friendica_owner%%'': user data of the authenticated user * ''
- How to Create a Bot
- * Mirror postings from this contact: Mirror as my own postings {{de:docs:bot-contact-2.png|Screenshot:
- Using Composer
- ands, however feel free to replace them with your own way of calling Composer. Composer requires PHP CL
- config
- ion for specific addons. Addons can define their own default configuration values in `addon/[addon]/co
- Developer Documentation
- t ===== If you are interested in developing your own theme for Friendica, or expanding an existing the
- Domain-Driven-Design
- global/static function/methods, objects use their own class members. Before: <code php> class Model {
- How To Move Classes to src
- but doesn’t trigger the autoload mechanism on its own. Here are the different ways you can use ''%%use%