mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
API: Support for deprecated API endpoints and OAuth removal
This commit is contained in:
parent
a556b7c029
commit
b5f59d5be0
12 changed files with 74 additions and 57 deletions
|
@ -20,9 +20,7 @@ Using an invalid method results in HTTP error 405 "Method Not Allowed".
|
|||
|
||||
### Authentication
|
||||
|
||||
Friendica supports basic HTTP Auth and OAuth 1 to authenticate the user to the APIs.
|
||||
|
||||
OAuth settings can be added by the user in web UI under [/settings/oauth/](/settings/oauth/).
|
||||
Friendica supports basic HTTP Auth and OAuth to authenticate the user to the APIs.
|
||||
|
||||
### Errors
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue