2011-08-19 2 views

답변

0

시도해주세요 설명이있는 이미지를 게시하고 클릭하시면 제공하는 링크로 리디렉션됩니다.

 NSMutableDictionary *params = 
     [NSMutableDictionary dictionaryWithObjectsAndKeys: 
     @"Post Feed", @"name", 
     @"Feed is Awesome.", @"caption", 
     @"Check out how to use Facebook.", @"description", 
     @"http://www.kamleshwar.com/blog",@"link", 
     @"http://i3.ytimg.com/vi/zqUW68itCec/default.jpg", @"picture", 
     nil]; 

    [facebook requestWithGraphPath:@"feed" 
         andParams:params 
        andHttpMethod:@"POST" 
         andDelegate:self]; 
관련 문제