Hi!
I am currently trying out App42 to be able to handle a facebook highscore for my game.
The problem is that i am not able to get by the first part where you call the:
"socialService.DoFBOAuthAndGetToken (App42Constants.FB_APP_ID, perms, false, new LeaderboardCallback ());"-function.
When trying to open the build i have made (tried both Web and iOS) i am getting the error:
"Given URL is not allowed by the Application configuration.: One or more of the given URLs is not allowed by the App's settings. It must match the Website URL or Canvas URL, or the domain must be a subdomain of one of the App's domains."
And i can't get why.
What i have setup is as follows:
I have created an app in the developers.facebook.com, and this has worked before integration of App42
The app it self is not live yet, so i have also tried with a test app of the non-live app.
I then copied the app ip to the "FB_APP_ID"-variable in the "App42constants" script.
I also copied the app id and the app secret in the app42 console website under "Business Service Manager" -> "Social Service" - > "settings"
So what have i missed?
/Tobias