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' -

python - How do I create a list index that loops through integers in another list -

c# - “System.Security.Cryptography.CryptographicException: Keyset does not exist” when reading private key from remote machine -