C# Class PAWA.Classes.SocialMediaTools

Afficher le fichier Open project: jarradm/PAWA Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat void

checkExtension() public méthode

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