i try to find a way of uploading programatically images in java to my Yammer account.
For the OAuth issues I use https://github.com/fernandezpablo85/scribe-java which works fine, but for the image upload I need to create a payload message.
Is there any code example of a payload message (or any other way to do so) to send a post request with an image ?
Thanks for any help :)