GMaxera / QtFacebook

Code for use Facebook SDK from C++ and Qt Quick 2 in Qt 5 projects targeted on mobile devices (Android & iOS)
49 stars 21 forks source link

Added a function to share a link using a ShareDialog #2

Closed Tomassino closed 9 years ago

Tomassino commented 9 years ago

The function uses a FeedDialog in case the Facebook app is not installed. Moreover I added java exception check after every JNI call (C++ side). Please check code (and the empty function in android_ios.mm) as I didn't test it much :-P

GMaxera commented 9 years ago

I don't see in any part of your code the emitting of operationDone and operationError signals from the Java side to the C++/QML side. These two are important to check when the operation complete or if some error occurred.