Code
oauth_flow_fetch(req, "test")
Condition
Error:
! OAuth failure [1]
* abc
Code
oauth_flow_parse(resp1, "test")
Condition
Error:
! Failed to parse response from `test` OAuth url.
Caused by error in `resp_body_json()`:
! Unexpected content type "text/plain".
* Expecting type "application/json" or suffix "json".
Code
oauth_flow_parse(resp2, "test")
Condition
Error:
! Failed to parse response from `test` OAuth url.
* Did not contain `access_token`, `device_code`, or `error` field.
Code
oauth_flow_parse(resp, "test")
Condition
Error:
! OAuth failure [10]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.