-
Nieuws Feed
- EXPLORE
-
Pagina
-
Groepen
-
Reels
-
Spellen
-
Developers
Richting
This documentation explain how to register, configure, and develop your app so you can successfully use our APIs
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.
In order for your app to access our APIs, you must register your app using the App Dashboard. Registration creates an App ID that lets us know who you are, helps us distinguish your app from other apps.
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: