-
Новости
- ИССЛЕДОВАТЬ
-
Разработчики
-
Merits
Документация
В этой документации объясняется, как зарегистрироваться, настроить и разработать приложение, чтобы вы могли успешно использовать наши 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.
Для того, чтобы ваше приложение смогло получить доступ к нашим APIs, вы должны зарегистрировать свое приложение с помощью Панель инструментов приложения. Регистрация создаёт идентификатор приложения, который позволяет нам знать, кто вы, помогает нам отличить ваше приложение от других приложений.
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: