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

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -