KaleronAccountLibJava is a Java library designed to interact with the Kaleron Account Link API. It provides a simple and powerful way to perform various account-related actions such as retrieving email, sending comments, reading comments, liking/disliking videos, and more.
-
Get Account Email: Fetch the email associated with the linked account.
-
Send Comment: Post comments to a video.
-
Read Comments: Retrieve comments for a specific video.
-
Like Video: Toggle the like status of a video.
-
Dislike Video: Toggle the dislike status of a video.
-
Permission-Based: The library checks for permissions before performing actions.
See how to add the library into your project with the JitPack repository
The library will throw errors for the following reasons:
-
Invalid or missing permissions.
-
API call failures (network issues, invalid responses).
-
Invalid linkToken or video IDs.
Permissions must be included in the account to perform specific actions. The library will check the permissions before executing any action. If the account does not have the necessary permissions, an error will be thrown.
This project is licensed under the NPL (v1) License - see the LICENSE file for details.