BP Function: Make Patreon Auth URI

Make Patreon Auth URI


Constructs a URI to the Patreon login/consent page.

This is the page the user must visit in order to authenticate with Patreon and generate a new access token.


Inputs

  • Client ID

    String

    You patreon app Client ID

  • Callback URI

    String

    The URI the user's browser should redirect to after authenticating with Patreon. This must match the Redirect URI set in your Patreon app settings.

  • Custom Scopes

    String

    [OPTIONAL] If set, will override the Scopes requested during authentication. By default, only the identity scope is requested. This is sufficient for most use cases, but if you need additional information or plan to perform your own custom queries against the API, you can set the scopes you need here.

  • Id

    String

    An optional string which will be appended to the login URI. After authentication, this string will be included in the callback to Callback URI. This can be used to match the response to a specific request, associate a non-Patreon user ID with a new user's access token, etc.

Outputs






For any questions, help, suggestions or feature requests, please feel free to contact me at nbpsup@gmail.com