Skip to content

tuan6956/FacebookAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FacebookAPI

Release 21/01 - Download : https://goo.gl/hiUtkx

//----------------------------------Developed by Tuan6956----------------------------------//

Follow (string UID): bool

AddFriend (string UID): bool

Comment (string ID_Post, string Message): bool

Like (string ID_Post): bool

UpdateStatus (string Status,out sting IdPost) : bool

UpdateStatus(string Status, string Link, out string IdPost): bool

UploadPhoto (string Status, string UrlPicture, out string IdPost): bool

Share (string IDShare,string IdPost): bool

string[] GetFriendRequest(): string[]

CheckLive(): bool


Example:

using FacebookAPI;

... ...

FbApi fb = new FbApi("token");

bool IsLive = fb.CheckLive();

About

Release

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages