0
나는 다음 curl 명령을 (작업) 한 :Guzzle이 작동하는 컬이있는 액세스 토큰을 얻는 방법은 무엇입니까?
curl https://[client_id]:[client_secret]@domain.tld/oauth/token \
-X POST \
-d "grant_type=client_credentials&scope=manage_my_profile:blah manage_settings:cool"
은 어떻게 access_token이를 얻기 위해 전화를 변환 것인가?
그러면 구걸 클라이언트 메소드에서 다음을 호출하는 방법은 무엇입니까?
$curl "https://domain.tld/products" \
-H "Authorization: Bearer [my-access-token-retieved-before]"