Open Ravenstine opened 7 years ago
A concept of "channels" has been implemented, but I'm leaving this issue open for reference because it's possible this feature is going to stay in flux for a while. Right now, it only works for Instant Articles in the sense that a piece of content can be routed to a different page(e.g. one message can go to the KPCC page, and another can go to the In Person page).
The idea would be to allow for posts to be directed to different "channels" in a syndication. So, for example, a piece of content from The Frame would go not to the KPCC Facebook page but to The Fame Facebook page. This could probably be best accomplished by adding a
channel
attribute to the SQS transport message that would specify which page the message would be delivered to. The same concept might be applied to something like Apple News if we ever wanted to use a different publisher account.