Zalo php sdk - demo file php lấy thông tin người dùng

hi, mình dang tập dùng zalo php sdk để viết file zalo.php lấy thông tin người dùng.File có nội dung như sau:

<?php
require_once __DIR__ . '/vendor/autoload.php';
use Zalo\Zalo;
use Zalo\ZaloConfig;

$zalo = new Zalo(ZaloConfig::getInstance()->getConfig());
$accessToken = 'token cua minh';
$params = ['name'];
$response = $zalo->get(ZaloEndpoint::API_GRAPH_ME, $params, $accessToken);
$result = $response->getDecodedBody(); // result

Chạy bi lỗi:

- Fatal error: Uncaught Error: Class 'ZaloEndpoint' not found in C:\wamp64\www\zalo\zalo.php on line  *10*
- Error: Class 'ZaloEndpoint' not found in C:\wamp64\www\zalo\zalo.php on line  *10*

Minh tao app va nhap vao file config app id va secret key, còn offical account id voi secret minh chua tao nen minh ko sửa.

Pro nào rành viết giúp mình file demo lay thong tin người dùng với, mình cảm ơn nhiiều

cho hỏi bạn lấy access token như thế nào vậy?

83% thành viên diễn đàn không hỏi bài tập, còn bạn thì sao?