使用客户端标识符构建的授权示例 URL?

Example of an authorization URL built with client identifier?

我正在阅读 this article 上面写着:

The Client ID is a publicly exposed string that is used by the service API to identify the application, and is also used to build authorization URLs that are presented to users.

有人可以举例说明(Facebook,Github,...)向包含客户端标识符的用户提供的授权 URL 吗?

假设 digital ocean 提供授权服务并且您已经向他们注册了您的应用程序并收到了 CLIENT_IDsecret。使用 授权代码流 per the article linked 的授权 URL 示例为:

https://cloud.digitalocean.com/v1/oauth/authorize?response_type=code&client_id=CLIENT_ID&redirect_uri=CALLBACK_URL&scope=read