Skip to content

Instantly share code, notes, and snippets.

@cmhobbs
Created July 9, 2013 00:47
Show Gist options
  • Save cmhobbs/5953743 to your computer and use it in GitHub Desktop.
Save cmhobbs/5953743 to your computer and use it in GitHub Desktop.
We do not have client_id/client_secret yet; doing Dynamic Client Registration
About to POST: "{ "type": "client_associate", "application_type": "native", "application_name": "Dianara" }"
Request finished. HTTP code: 200
Size: 115 bytes; URL: QUrl( "https://microca.st/api/client/register" )
isFinished()? true ; Request type: 1
HTTP 200: OK!
JSON data size (items): 3
Keys: ("client_id", "client_secret", "expires_at")
Client Registration was requested
Raw JSON: QMap(("client_id", QVariant(QString, "REDACTED") ) ( "client_secret" , QVariant(QString, "REDACTED") ) ( "expires_at" , QVariant(qulonglong, 0) ) )
Using saved client_id and client_secret: "REDACTED" "REDACTED"
Doing OAuth token stuff...
GET: "https://microca.st/oauth/request_token" with "REDACTED" "REDACTED"
HMAC(SHA1) is not supported!
Aborted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment