HI Guys,
Here I am having problem that How can I post an image including status in facebook can anyone suggest this.
The code I used for posting the status with the inage is as shown below:
NSMutableDictionary *args = [[[NSMutableDictionary alloc] init] autorelease];
[args setObject:status forKey:@"caption"];
[[FBRequest requestWithDelegate:self] call:@"facebook.photos.upload" params:args dataParam:imageFromCorkit];
where imageFromCorkit is a NSData argument which contains the image data.
But i didn't get these posts in my facebook account.
Thank you,
Monish
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…