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.

  • 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