Log
Simple guide on how to log data with the universal api
name : username -> value : the username you want to log data with
name : message -> value : the message to log
name : program_key -> value : the program key
name : api_key -> value : the program api/enc key
complete api link for logging data : https://cauth.me/api/uni_handler.php?type=log
PHP Code-Example
Response example : {"success":true,"response":"success","message":"The request was successfull!"}
it is a json encoded array with three elements, success, result and message.