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

Fixed implementation of method to share links and modified instructions #4

Closed Tomassino closed 9 years ago

Tomassino commented 9 years ago

The method to share links using the share dialog (and the feed dialog as a fallback) has been fixed and should now work correctly both with and without the facebook app. For it to work, however, the application name must be set using the setApplicationName() function (documentation has been changed accordingly). Moreover I modified instructions to document how to include the Facebook SDK using gradle and maven central repository instead of ant.