Patreon is a membership platform that provides tools for creators to run a subscription content service, as well as ways for artists to build relationships and provide exclusive experiences to their subscribers, or "patrons."
Questions tagged [patreon]
38 questions
0
votes
1 answer
MeteorJS: One login user for unlimited devices
I'm working on a Meteor Web App that uses the Patreon API to check if they are Patrons of the site or not. If they are then the Web App should log them in and then display the extra buttons with extra functionalities that only Patrons can…

preston
- 3,721
- 6
- 46
- 78
0
votes
1 answer
Patreon Oauth API
I am trying to use the Patreon API.
I already have the Client ID and the Client Secret etc.
When I open the oauth url with the client id and client secret passed into it. e.g.
var url =…

preston
- 3,721
- 6
- 46
- 78
0
votes
0 answers
Get the right output from Patreon through Zapier into Wordpress/PmPro
Trying to assist with the setup of patreon tiers that go through zapier and then into Paid Memberships Pro on a wordpress website.
Going through the steps I get to https://i.stack.imgur.com/YgUr0.jpg Zapier has a how to on the website but it does…

AjTech
- 1
- 1
0
votes
1 answer
OAuth 401 "access_denied" from Patreon API
I'm really stumped on this one, so any help or pointers would be most welcome. I'm following this documentation:
https://www.patreon.com/platform/documentation/oauth
I ran through all the necessary calls in Postman and have got access to the API.…

roscminni
- 65
- 7
0
votes
1 answer
NodeJS Patreon API account link
I'm trying to connect user accounts on my website to patreon. I keep getting an access_denied error message in response to step 3. I'm following this documentation.
My node server code looks like this:
…

Ethan
- 787
- 1
- 8
- 28
0
votes
0 answers
About badly documented patreon-js
I don't understand this documentation, I tried so hard to do the mentioned info below but I am not quite sure what "jsonApiURL" is. Can someone tell me how to properly achieve the goal in the quote.
Response Format
You can request specific related…

Fiat Pax
- 417
- 6
- 18
0
votes
3 answers
How to handle received HTTP Header
My question is how to read header information with php received from other site. (I'm using patreon webhooks)
The documentation page says:
When one of these events occurs, our servers will send an HTTP POST to a URL you specify. This HTTP POST…

letsgo00
- 127
- 1
- 2
- 12
-2
votes
1 answer
Event is not defined nodejs
I am receiving a webhook from patreon, and when I fire the test, I get this error:
(node:636) UnhandledPromiseRejectionWarning: ReferenceError: event is not defined
This is the code I have
const express = require('express');
const bodyParser =…

Bob joe12
- 103
- 22