엑세스 토큰 발급 받으려고 하는데요.. grant type is not supported
php로 엑세스 토큰 발급 받으려고 하는데요..
$data = array(
'code' => 'kr1MkJGaEIyM01YVnV1N25ncg==',
'grant_type' => 'authorization_code',
'client_id' => 'qhTkBOKZnvqaocHw****',
'client_secret' => '******'
);
$header_data = array(
'Content-Type: application/x-www-form-urlencoded'
);
$ch = curl_init($url);
curl_setopt_array($ch, array(
CURLOPT_POST => TRUE,
CURLOPT_RETURNTRANSFER => TRUE,
CURLOPT_HTTPHEADER => $header_data,
CURLOPT_POSTFIELDS => $data
));
$response = curl_exec($ch);
echo $response;
위와같이 구현을 했는데.. grant type is not supporte라고 계속 나옵니다..
code값도 확인했는데.. 도저히 원인을 모르겠네요..
도움 부탁드립니다..
도움 부탁드립니다..
{"error_description":"Grant type is not supported.","error":"unsupported_grant_type","error_uri":"See document on https://developers.worksmobile.com/reference/authorization-auth"}
게시글에 새로운 댓글이 달리면 알림을 전송합니다.
댓글3
업데이트 된 답글입니다.
Indigo
2022.06.15
업데이트 된 답글입니다.
배창남_62bbd3 작성자
2022.06.15
업데이트 된 답글입니다.
배창남_62bbd3 작성자
2022.06.15
궁금한 점을 해결하지 못하셨나요?
지금 바로 NAVER WORKS 사용자들에게 물어보세요!