I used the following parameter but it is not working and instead the image is uploaded to the facebook
.I stored the video in bundle and referenced it by storing in AVAssest
and then passed the object of avasset
as parameter...
but it is not working !!! can any one suggest me the proper and perfect way to do it.
I did lot of R&D but didn't get much fruitful.Please help me out to solve this.Thanks in advance....
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"Upload video text", @"name",
@"Video 001", @"caption",
fbMessage, @"description",
@"http://www.youtube.com/watch?v=XQcVllWpwGs", @"link" , image, @"picture",
avAsset, @"source",
@"video",@"type",
nil];