C# Class BodyTetrisWrapper.Twitpic

Show file Open project: NBLANCHE/Project

Public Methods

Method Description
Twitpic ( string Username, string Password ) : System
UploadPhoto ( byte binaryImageData, string tweetMessage, string filename ) : bool

Uploads the photo and sends a new Tweet

Private Methods

Method Description
GetImageContentType ( string imageUriString ) : string

Method Details

Twitpic() public method

public Twitpic ( string Username, string Password ) : System
Username string
Password string
return System

UploadPhoto() public method

Uploads the photo and sends a new Tweet
public UploadPhoto ( byte binaryImageData, string tweetMessage, string filename ) : bool
binaryImageData byte The binary image data.
tweetMessage string The tweet message.
filename string The filename.
return bool