Alon Gutman
Alon Gutman

Reputation: 875

use facebook api authentication on the devlopment server

I use the facebook authentication on my site, and it works great on the server

but I can't login when I run the site localy, so I need to deploy on the server every time I want to test it.

is there a way to login on the local-dev-server?

Upvotes: 0

Views: 283

Answers (1)

reese
reese

Reputation: 846

My guess is that you probably didn't change the Site URL in your facebook application settings (edit your app->Website->Site URL) to your localhost URL.

The best solution here is to create a new development facebook app and set your localhost URL there.

Upvotes: 3

Related Questions