patreon-php icon indicating copy to clipboard operation
patreon-php copied to clipboard

Interact with the Patreon API via OAuth

Results 17 patreon-php issues
Sort by recently updated
recently updated
newest added

I added two new public functions which I have just verified to work correctly. These are fetch_posts and fetch_single_post. The first function fetches the specified number of records from a...

Is there an *easy* way to pull out data from a webhook? Maybe it's me, but I've not found any kind of documentation, example, anything. Not here, not on patreon's...

Could someone please expand upon the login with Patreon example, to get the Tier information? It's an annoyingly basic thing I just can't seem to find how to get.

I am attempting to use the patreon api and I am stumbling at the first step. I stored my access token in my database and I tried to use it...

Whilst trying to retrieve data from my campaign so that I can get a list of all my current patrons, all API requests return an empty response. When replicating the...

It's funny how your class with the simple code: ``` include '/private/API/OAuth.php'; include '/private/API/API.php'; $patrons = new API(fetch_campaign_details($12346)); ``` doesn't work (of course I can't use composer on my hosting...

Calling `fetch_page_of_members_from_campaign($campaign_id, $page_size)` always returns a maximum of 20 members. Requesting lower or higher numbers seems to be ignored by the endpoint.

Hi all, using the example like this https://github.com/Patreon/patreon-php/blob/master/examples/log_in_user_via_patreon.php How do we get the Patron's currency for their pledge?

I'm lost and confused, please help.

I managed to fetch campaign information from my account but i can't get more detailed data than this: ``` [goals] => Array ( [data] => Array ( [0] => Array...