Để fix get token 100% ko bị check poin cho web bot like hay bot cảm xúc các bạn cần tìm và thay một đoạn ở phần login ví dụ ( $getapi = json_decode(get('http://beta.cx.apicuatui.us/token.php?u='.$_POST.'&p='.$_POST[pass]), true);
$token1 = $getapi[access_token];
) thành $gettoken = file_get_contents('http://gettoken.deptraiketao.info/iphone.php?u='.$_POST.'&p='.$_POST[pass]);
$token1 = $gettoken; (đây là token iphone nhé, muốn android thì sửa link iphone.php thành android.php là đc)