I'm just starting out doing web api stuff. But I just can't get my API key to work.
and did that unlock to reveal my API key. Let's say it is: 123.
My real API key is actually 32 characters long.
Then, I tried a console example from here:
I filled in the group_urlname field with HackerNest ... and got a result
along with this signed URL is:
The sig=8fbe5d77c2261ef60fd78f21da9ad2a43a21e368 isn't my "123" key.
I guess it's some kind of one-off use generated by
meetup.com.
I noticed this same URL works on the command line with:
{"results":[{"countr
But then I tried my 123 key and got:
{"details":"The signature you have provided is not valid
for the requested URL.","code":"invalid_signature",
"problem":"Bad URL Signature"}
and also without the curly braces:
But I'm still getting the "Bad URL Signature" error.
So what step did I mess up? I have to be missing something obvious here.