/social/share/add/binary/{title}/{description} (POST)
Saves a binary file to the share library.
Authentication
Not required (this call gives auth)
Arguments
title (required)
a title of the binary file you are adding
description (required)
the description of the binary file you are adding
binary (required)
byte steam you want to save
Example
See this example in Java for how to share a file.
Example Response