Dictionary<string, object> newPhotoParam = new Dictionary<string, object>(); newPhotoParam.Add("access_token", _app.AccessToken); newPhotoParam.Add("source", "e:\\sample.jpg"); newPhotoParam.Add("message", "test photo upload"); _app.Api("/"+ albumID +"/photos", newPhotoParam, HttpMethod.Post);
this code is not loaded
c # facebook facebook-graph-api
Progman
source share