Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.
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.)"

share|improve this question
I had implemented others API except this. – user1302602 Jul 9 '12 at 5:47

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.