Get raw twitter message

Hi, I'm trying to get the raw message that the twitter plugin processes. This is possible?
The message field is empty and the plugin does not accept anything similar to metadata_enabled => true.

Thanks in advance

It looks like the best we have is enabling DEBUG-level logging to get the user's screen name and the tweet body (which is going to get you quite a bit of other noise too):

There is also a full_tweet configuration option, which will expand the entire tweet into the event.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.