HELP! we need halp with fb login/registration in mobile app
Unsolved
3rd Party Software
-
-
If you're using QtQuick/QML then you might take a look at the V-Play plugin here. It offers a nice simple object for FB interactions:
Facebook { appId: "..." readPermissions: [...] writePermissions: [...] }
It allows you to login, share stuff and access the Graph API.
[edit: fixed the link SGaist]
-
@jazzycamel link is dead :/
-
Hi,
The link has been fixed.