Dannymh
Active member
I am implementing a system that manages content across multiple sites using the API. SO members of Site A can make a post on Site A which gets copied to site B via an API user.
The aim here is to not have individual keys for every user but instead have the content pushed via a single user with the OP's details being pushed into the message.
This all works fine, however I am now trying to add reactions to this across the site, but am hitting the wall that if I send in a reaction, the reaction is always going as a single user and thus reacting to the content that goes across wont work and a user can only react to content once.
I am wondering about whether there is a way to possibly have this changed as the implementation of an API react seems to be counter to the actual react system in that reactions are a 1:1 relationship but the API is generally a many:1 relationship.
Otherwise is there some other way that may allow me to get around the issue to allow me to push multiple reactions through an API call as the single user?
The aim here is to not have individual keys for every user but instead have the content pushed via a single user with the OP's details being pushed into the message.
This all works fine, however I am now trying to add reactions to this across the site, but am hitting the wall that if I send in a reaction, the reaction is always going as a single user and thus reacting to the content that goes across wont work and a user can only react to content once.
I am wondering about whether there is a way to possibly have this changed as the implementation of an API react seems to be counter to the actual react system in that reactions are a 1:1 relationship but the API is generally a many:1 relationship.
Otherwise is there some other way that may allow me to get around the issue to allow me to push multiple reactions through an API call as the single user?