C# 클래스 FanFou.SDK.API.Photos

상속: RequestBase
파일 보기 프로젝트 열기: dodola/WP7Fanfou

공개 메소드들

메소드 설명
Photos ( OAuth oauth ) : System
Upload ( Action callback, FanFou.SDK.Objects.UploadFile image, string status, string source = null, string location = null, string mode = null, string format = null ) : void

비공개 메소드들

메소드 설명
UpdateStatusEnd ( string json ) : void

메소드 상세

Photos() 공개 메소드

public Photos ( OAuth oauth ) : System
oauth OAuth
리턴 System

Upload() 공개 메소드

public Upload ( Action callback, FanFou.SDK.Objects.UploadFile image, string status, string source = null, string location = null, string mode = null, string format = null ) : void
callback Action
image FanFou.SDK.Objects.UploadFile
status string
source string
location string
mode string
format string
리턴 void