iphone - Facebook error while login the facebook -


i need post details on wall, when login facebook got following error,

- (void)dialog:(fbdialog*)dialog didfailwitherror:(nserror *)error {     nslog(@"error message: %@", [error localizeddescription]); }      operation couldn’t completed. (nsurlerrordomain error -999.) 

first time got error, next time shared perfectly. sharing using this,

[[delegate facebook] dialog:@"feed"                   andparams:params                 anddelegate:self]; 

how can fix error. why error occurred.

thank you.


Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -