Thanks for the response!
That may help, although I cannot get seem to retrieve the posts for the campaign I’m testing with:
I get a valid response for the campaign:
GET https://www.patreon.com/api/oauth2/v2/campaigns/793127?fields%5Bcampaign%5D=created_at,creation_name,discord_server_id,image_small_url,image_url,is_charged_immediately,is_monthly,is_nsfw,main_video_embed,main_video_url,one_liner,one_liner,patron_count,pay_per_name,pledge_url,published_at,summary,thanks_embed,thanks_msg,thanks_video_url,has_rss,has_sent_rss_notify,rss_feed_title,rss_artwork_url,patron_count,discord_server_id,google_analytics_id`
Response
{
"data": {
"attributes": {
"created_at": "2017-03-13T05:20:20.000+00:00",
"creation_name": "Sacred Symbols, KnockBack, and Side Quest!",
"discord_server_id": null,
"google_analytics_id": null,
"has_rss": true,
...
but I get nothing when I request the posts. I’ve included campaigns.posts in my scopes when retrieving the oauth token.
GET https://www.patreon.com/api/oauth2/v2/campaigns/793127/posts?include=campaign&fields%5Bcampaign%5D=created_at,creation_name,discord_server_id,image_small_url,image_url,is_charged_immediately,is_monthly,is_nsfw,main_video_embed,main_video_url,one_liner,one_liner,patron_count,pay_per_name,pledge_url,published_at,summary,thanks_embed,thanks_msg,thanks_video_url,has_rss,has_sent_rss_notify,rss_feed_title,rss_artwork_url,patron_count,discord_server_id,google_analytics_id
Response:
{
"data": [],
"meta": {
"pagination": {
"total": 0
}
}
}
This creator does have posts on their Paetreon page. Is there a reason why I am unable to see them?
Appreciate your support