{
    "name": "Disqus",
    "desc": "Disqus provides an API for users to interact with the Disqus backend. Disqus is the webwide discussion community where you carry your conversations with you. For Bloggers - Plug in and experience the best comment system, backed by your own forum. For Everyone - Claim and track your comments across blogs!",
    "url": "https://disqus.com/api/oauth/2.0",
    "oauth2": {
        "authorize": "/authorize/",
        "access_token": "/access_token/",
        "request": {
            "query": {
                "access_token": "{{token}}",
                "api_key": "{client_id}"
            }
        },
        "refresh": "/access_token",
        "parameters": {
            "client_id": "string",
            "client_secret": "string",
            "scope": {
                "values": {
                    "read": "Read access on data.",
                    "write": "Write access on data.",
                    "admin": "Forum moderation capabilities."
                },
                "separator": ","
            }
        }
    },
    "parameters": {
        "client_id": {
            "scope": "public"
        }
    },
    "href": {
        "keys": "https://disqus.com/api/applications/register/",
        "docs": "https://disqus.com/api/docs/",
        "apps": "https://disqus.com/api/applications/",
        "provider": "https://disqus.com/"
    }
}
