Hi,
I’m working on an app that needs to scrape a campaign and collect all it’s patreons (that is, people who have an active pledge).
I’ve got the users access token via OAuth, and am able to get the correct info at /current_user
, however /current_user/campaigns
gives me a 403 FORBIDDEN status.
I’ve fiddled with the includes
parameter but nothing seems to be working. Neglecting an access token gives me a 401 so I think I’ve got that working fine. Any other ideas?