Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 196 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 196 Bytes

API-FaceBook

How to use?

FBAPI api = new FBAPI(username, password);

string url_avatar_other = api.GETAvatar("me");

dynamic obj_avatar_other = JsonConvert.DeserializeObject(url_avatar_other);