Patreon / patreon-php

Interact with the Patreon API via OAuth
Apache License 2.0
145 stars 41 forks source link

Please expand the login demo for Tier info #87

Open LiamDawe opened 3 years ago

LiamDawe commented 3 years ago

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.

codebard commented 2 years ago

The below call can give you both user info (all that is needed for login) and the user's patronage to your campaign in one go.

https://github.com/Patreon/patreon-wordpress/blob/0ec7bb94418f787c39301a633a999bf2c61c9878/classes/patreon_api_v2.php#L22