I’m having a tough time with this api to be honest. When I run the sample code with ‘curl’ in my terminal i get:
I changed client ID to my client ID for my app.
curl: (6) Could not resolve host: MYCLIENTID'
curl: (6) Could not resolve host: \
curl: (1) Protocol "'https" not supported or disabled in libcurl
And when I try to make a basic request through the browser I get “Must provide a valid Client-ID or OAuth token”
It seems like no matter what I try I can’t even get past the first hurdle of making a basic request. Can anyone help me?
What the actual command you are running? Since it shouldn’t say “MYCLIENTID” as that should have your actual clientID in it and now the words “MYCLIENTID” unless you substituted that for the purpose of posting to the forums. (ClientID’s are public so it’s “ok” to release them)