App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
When I specify the ID of channels that have been made inactive, even if I add include_inactive=1 in my query string the inactive channels are never returned.
For example: https://api.app.net/channels/?ids=49330&include_inactive=1 returns:
When I specify the ID of channels that have been made inactive, even if I add
include_inactive=1
in my query string the inactive channels are never returned.For example:
https://api.app.net/channels/?ids=49330&include_inactive=1
returns:Requesting them individually via
https://api.app.net/channels/49330?include_inactive=1
works fine.