2011-07-16 66 views

回答

0

您需要在某處上傳圖片,才能獲取圖片網址。一旦你的網址,你可以將它張貼類似:

[_facebook requestWithGraphPath:@"feed" 
    andParams:[NSMutableDictionary dictionaryWithObjectsAndKeys: FEED_MESSAGE, @"message", 
     IMAGE_URL, @"picture", 
     LINK, @"link", 
     name, @"name", 
     description, @"description", nil] 
    andHttpMethod:@"POST" 
    andDelegate:self]; 

注意,「圖片報」的關鍵是圖像的真實網址,而「鏈接」鍵單擊圖像時的網址打開。

相關問題