【发布时间】:2012-12-14 08:13:34
【问题描述】:
谁能解释我如何使用 FBGraph api 在我的 Facebook 墙上发布将显示网站图像和网址的图像数据?
谢谢,
【问题讨论】:
-
我试过了,params = [NSMutableDictionary dictionaryWithObjectsAndKeys: upperCaseStatusString, @"message",place_Name,@"name", CheckedFriendsNameStr, @"description", encoded_ImageData, @"picture", @"@987654321 @", @"链接", 无]; [appDelegate.m_Facebook requestWithGraphPath:@"me/photos" andParams:params andHttpMethod:@"POST" andDelegate:self];
-
通过使用这个,我可以发布图片但无法发布剩余的字段。