BP Function: 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 IDStringYou patreon app
Client ID -
Callback URIStringThe URI the user's browser should redirect to after authenticating with Patreon. This must match the
Redirect URIset in your Patreon app settings. -
Custom ScopesString[
OPTIONAL] If set, will override the Scopes requested during authentication. By default, only theidentityscope 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. -
IdStringAn 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