1
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);
ce code est téléchargement a échouéC# Facebook graphique/Comment télécharger à l'album id