mirror of
https://github.com/friendica/friendica
synced 2025-04-25 17:10:11 +00:00
C2S: Posting is now possible
This commit is contained in:
parent
02f6d0e5f9
commit
edb1ce0417
5 changed files with 243 additions and 23 deletions
|
@ -96,7 +96,7 @@ class Whoami extends BaseApi
|
|||
'oauthRegistrationEndpoint' => DI::baseUrl() . '/api/v1/apps',
|
||||
'oauthTokenEndpoint' => DI::baseUrl() . '/oauth/token',
|
||||
'sharedInbox' => DI::baseUrl() . '/inbox',
|
||||
'uploadMedia' => DI::baseUrl() . '/api/upload_media' // @todo Endpoint does not exist at the moment
|
||||
// 'uploadMedia' => DI::baseUrl() . '/api/upload_media' // @todo Endpoint does not exist at the moment
|
||||
];
|
||||
|
||||
$data['generator'] = ActivityPub\Transmitter::getService();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue