Registration
This method is used to register clients with Email and password. Registration via social networks is done via the Authentication method.
Request:
https://www.inoreader.com/accounts/ClientRegister
Request parameters:
Email
- The Email of the user. It is validated server-side, so it might return an error if it's not correctPasswd
- The desired password for the user. Minimum 6 characters.Name
- The real name of the user.
Response:
OK
- if the user is successfuly created.Error=X
- if there is an error.X
is the actual error message. See Error handling.