Posts by Josué Henrique • 1 point
1 post
-
-5
votes1
answer30
viewsQ: What is the right way to do this in Curl PHP?
What is the correct form of this code in Curl php? curl --user {client_id}:{client_secret} -H 'Content-Type: application/x-www-form-urlencoded' -d grant_type=client_credentials…