Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello everyone- I want to build Facebook login in Unity game. login script was written in the unity, than I build it and saved to the IIS. It appeals problems when I login:
=================
Given URL is not allowed by the Application configuration: One or more of the given URLs is not allowed by the App's settings. To use this URL you must enable Web OAuth Login in your App's settings.
=================
The html URL is http://jjke.ddns.net/unity/unity.html. I had setup the App Domains to jjke.ddns.net and Site URL to http://jjke.ddns.net/unity/unity.html. my Unity is 5.1.1f1 and the Unity facebook SDK version is 7.1.0
Here is my code:
------------------------------------------
https://dl.dropboxusercontent.com/u/45659306/FBholder.cs
-------------------------------------------
does anyone knows how to solve it?
any help will be appreciated









<br />
<br />
<br />
Posted
Updated 25-Sep-15 8:08am
v2
Comments
Afzaal Ahmad Zeeshan 25-Sep-15 14:37pm    
Edit the application's configurations to accept the URL.
KE JJ 25-Sep-15 21:45pm    
hicould you explain in more detail?
thanks~

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900