Why do you have to prepending SU:
to actor ID in a getstream-io feed update?
data = {'actor' : 'SU:ronald',
'message': 'hello',
'object' : 'object',
'verb' : 'post'
}
Without SU:
I get the error: The policy "Don't impersonate other users" (900) blocked this request
.
{'detail': 'The policy "Don\'t impersonate other users" (900) blocked this request, please consult the documentation https://getstream.io/docs/',
'status_code': 403,
'code': 17,
'exception': 'NotAllowedException',
'duration': '0.17ms'}