-
Newsfeed
-
Mine
- ERKUNDEN
-
Seiten
-
Gruppen
-
Veranstaltungen
-
Reels
-
Blogs
-
Marktplatz
-
Spendenaufruf
-
Angebote
-
Jobs
-
Gruppen
-
Foren
-
Filme
-
Spiele
-
Entwickler
-
Über
-
Freebook Plus
-
Bedingungen
-
Freebook Music
-
Datenschutz
-
Freebook Cloud
-
Freebook Help & Support
-
Transparency
-
Platform Rules and Regulations
-
FreeSky
-
Freebook News
API Documentation
Diese Dokumentation erklärt, wie du deine Anwendung registrierst, konfigurierst und entwickelst, damit du unsere APIs erfolgreich nutzen kannst.
All API requests require authentication using an access token. You can obtain an access token by registering your application.
Content-Type: application/json
All API endpoints are relative to:
API requests are limited to 1000 requests per hour per access token.
Damit deine Anwendung auf unsere APIs zugreifen kann, musst du deine Anwendung mit der App Dashboard. Bei der Registrierung wird eine App-ID erstellt, mit der wir wissen, wer du bist und die uns hilft, deine App von anderen Apps zu unterscheiden..
Starting the OAuth login process, use a link like this:
Once the user accepted your app, they will be redirected to your App Redirect URL with auth_key:
To get an access token, make an HTTP POST request to the authorize endpoint:
Get Current User — Retrieve information about the authenticated user:
You can retrieve user info like this: