-
Aktualności
- EKSPLORUJ
-
Strony
-
Grupy
-
Bębny
-
Gry
-
Developerzy
Dokumentacja API
Ta dokumentacja wyjaśnia, jak zarejestrować, skonfigurować i rozwijać swoją aplikację, aby korzystać z naszych API
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.
Aby Twoja aplikacja mogła korzystać z naszych API, musisz ją zarejestrować za pomocą Panel aplikacji. Rejestracja tworzy App ID, które pozwala nam Cię zidentyfikować i odróżnić Twoją aplikację od innych.
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: