-2
我可以在朋友的Facebook牆上張貼消息,但我想張貼圖片。我需要添加到我的代碼中?使用Facebook SDK在朋友的牆上張貼圖片
這裏是我當前的代碼:此
[[FBRequestWrapper defaultManager] sendFBRequestWithGraphPath:_graphPath params:
[NSMutableDictionary dictionaryWithObject:@"Post on wall :)" forKey:@"message"]
andDelegate:self];