Hi, I’d like to integrate Patreon to a site which accesses other creator’s pledges, how do I gain access?
The way I did it was have each creator add a webhook that sent patreon pledge data to a database, after an initial pull of all existing pledges using the Creators Access Token
This way I don’t have to deal with Patreon OAUTH
Thanks! Did you have to contact a Patreon Admin to enable your client app to accept multiple creators? I posted 2 weeks ago and still haven’t had an official response from a Patreon dev.
Did you make your app request each creator to create their own client and webhooks, and store that in your database?
Nope I didnt contact anyone, I sidestepped that by having creators that sign up add a webhook to their patreon, with the initial sign up using the creator’s access token to grab a snapshot of the pledge data. My program has a step by step that gets everything in order without much confusion. Once I open it up from limited-access beta testing I can send you a link to the creator sign up process if you want