C# Класс PAWA.Classes.SocialMediaTools

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

PostToFacebook() публичный Метод

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
Результат void

checkExtension() публичный Метод

Checks the extension of the image and returns the extension in a string
public checkExtension ( string file ) : String
file string
Результат String