Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
i have a single page application on asp.net platform

i need when user register by Facebook account, get his mobile and do some verification on it before register this user , to test all of this on my localhost i faced "app domain" option in Facebook App creation it doesn't accept localhost how can i overcome this problem
this image illustrate the error when i create Facebook app

http://s12.postimg.org/g8v63jxe5/Unti88tled.png
Posted
Updated 30-Sep-13 2:56am
v2

1 solution

You can't, right? It's XSS error. You can't post against a URL which is on another domain.
 
Share this answer
 

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