getting error while uploading image using video.upload
Posted
by pawan-mangal
on Stack Overflow
See other posts from Stack Overflow
or by pawan-mangal
Published on 2010-03-19T09:10:38Z
Indexed on
2010/05/21
15:20 UTC
Read the original article
Hit count: 336
facebook-connect
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?
© Stack Overflow or respective owner