Skip to content

Instantly share code, notes, and snippets.

curl --user "client_id:client_secret" -X POST "https://www.ravelry.com/oauth2/token?redirect_uri=my_redirect_url&grant_type=authorization_code&state=state_from_auth_endpoint&code=auth_code_from_auth_endpoint&scope=offline"