iphone - Facebook messenger in iOS app -


i wanted integrate facebook messenger iphone application.

can me integration, tried use https://github.com/quickblox/chattar-ios/blob/master/readme.md

but not have steps of integration, pretty complicated.

thanks in advance help.

i don't understand mean integrating facebook messenger.

if looking share content via facebook messenger here code :

[fbdialogs presentmessagedialogwithlink:[nsurl urlwithstring:@"https://developers.facebook.com/docs/ios/"]                                  handler:^(fbappcall *call, nsdictionary *results, nserror *error) {                                   if(error) {                                     // error occurred, need handle error                                     // see: https://developers.facebook.com/docs/ios/errors                                     nslog([nsstring stringwithformat:@"error messaging link: %@", error.description]);                                   } else {                                     // success                                     nslog(@"result %@", results);                                   }                                 }]; 

for more detail refer : https://developers.facebook.com/docs/ios/share/

hope you.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -