0

I was trying to build a website with php that will have faceboo login system. But I am now working in localhost. So I have followed tutorials for that and like they have stated i have created a virtual host in my pc "tamztest.com" and then i have set the url in my facebook application settnigs like this

http://tamztest.com/

But still i am getting this 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."

Tam
  • 13
  • 6
  • [Read This](http://stackoverflow.com/q/5133075/2518525) – Darren Jan 21 '15 at 06:46
  • Please check this link on [How to Test Facebook Connect Locally(Stackoverflow)](http://stackoverflow.com/questions/2459728/how-to-test-facebook-connect-locally) Hope this helps you. – vishal Jan 21 '15 at 06:58

1 Answers1

0

Why you need to create a virtual path you can just provide URL like http://localhost/yourproject/login.php/ and use provided App Key and Secret Key.

Sunil Pachlangia
  • 2,033
  • 2
  • 15
  • 25