getting error while uploading image using video.upload
- by pawan-mangal
error- This method must run on api-video.facebook.com
here is my code
[[FBRequest requestWithDelegate:self] call:@"Video.upload" params:params dataParam:[NSData dataWithContentsOfFile:@"creme.mov"]];
any idea?