Please help, I’m desperate!
I have never been able to successfully connect my game to Facebook. I can’t figure out where the problem is, but maybe someone could help pinpointing it. I believe I’ve followed all of the steps in the guide, but when I press “connect with facebook” the following happens:
“myapp would like to access your public profile and friend list” message appears, I press ok, then it immediately returns to “Profile” without a connection to Facebook.
config has facebook listed as a plugin, ive imported facebook plugin into main.qml, and my qml entry for facebook is:
Facebook {
// the user will automatically connect with facebook
// once "connect" is pressed in the ProfileView in the GameNetworkView
id: facebook
// this is the Facebook App Id received from the settings in developers.facebook.com/apps
appId: "457253437735728"
readPermissions: ["email", "read_friendlists"]
publishPermissions: ["publish_actions"]
}
If these configurations seem okay, would anyone want to take a look at my facebook app settings? Thanks! -Ed
-
This topic was modified 9 years, 6 months ago by
Christian.