NSString *graphPath=@"http://graph.facebook.com/#PICTUREOBJECTID#/likes";
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
nil];
[shared requestWithGraphPath:graphPath andParams:params andHttpMethod:@"POST" andDelegate:self];`
I am trying to like a picture and it is giving me this error. Thanks in advance.
err details: Error Domain=facebookErrDomain Code=10000 "The operation couldn’t be completed. (facebookErrDomain error 10000.)"