C# Class PAWA.Classes.SocialMediaTools

ファイルを表示 Open project: jarradm/PAWA Class Usage Examples

Public Methods

Method Description
PostToFacebook ( string ImageName, FacebookClient fbClient ) : void

Posts a image to facebook into the default API album Using the currently open client and imagename for file Note: Token was previously attached to client

checkExtension ( string file ) : String

Checks the extension of the image and returns the extension in a string

Method Details

PostToFacebook() public method

Posts a image to facebook into the default API album Using the currently open client and imagename for file Note: Token was previously attached to client
public PostToFacebook ( string ImageName, FacebookClient fbClient ) : void
ImageName string
fbClient Facebook.FacebookClient
return void

checkExtension() public method

Checks the extension of the image and returns the extension in a string
public checkExtension ( string file ) : String
file string
return String