Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
/social/share/add/binary/{title}/{description}
Info

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