NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
userImgView.image, @"picture",
nil];
[[AppDelegate sharedAppDelegate].facebook requestWithGraphPath:@"me/photos"
andParams:params
andHttpMethod:@"POST"
andDelegate:self];
userImgView.image, @"picture",
nil];
[[AppDelegate sharedAppDelegate].facebook requestWithGraphPath:@"me/photos"
andParams:params
andHttpMethod:@"POST"
andDelegate:self];
No comments:
Post a Comment