Monday 4 June 2012

facebook post a image on wall

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

No comments:

Post a Comment