From a tutorial here:
http://ankurm.com/blog/api/using-localhost-for-facebook-app-development/1091/
I tried to set up a Local development Area for my Facebook
It seems like the protocol has been changed.
Here is my solution (I tested on 3rd April 2015 and it works well):
In Settings -> Basic tab
Tossing one more solution into the mix:
I set up my website per the instructions, then added a second app (Facebook Canvas) and set that URL to http://localhost:XXXXX
. Now I can access FB both locally and in production.
You can either leave it blank or use localhost
, http://localhost:85/my_app/
is the URL
https://ngrok.com
Go through https://ngrok.com/ link to download ngrok and extract that file. Open cmd ( search cmd) Go to directory where ngrok is extracted. Open ngrok from command line ex: c:/ngrok/ngrok.exe [port] or cd c:/ngrok then ngrok 80 ( ngrok [port] ) You will get
ngrok
Tunnel Status online
Version 1.3/1.3
Forwarding http://3ahsdfhska.ngrok.com -> 127.0.0.1:80
Forwarding https://3ahsdfhska.ngrok.com -> 127.0.0.1:80
Web Interface http://127.0.0.1:4040
# Conn 0
Avg Conn Time 0.00ms
Don’t FORGET to make sure your wamp server is open on same port … (how to check -> goto->wampicon->apache->httpd.conf search for port or 80(default) use that for ngrok.exe 80 )
http://3ahsdfhska.ngrok.com
will be URL for accessing your localhost online
This has changed some over the years, but I just got it to work with a webapp that I'm running on localhost. This is what I did:
http://localhost:8080/
for the Site URL.http://localhost:8080/
for the Site URL.Good luck!
I tested this and it works for me [Feb 2020]:
https://a3asdf23.ngrok.io
, https://ngrok.io
.https://a3asdf23.ngrok.io
. Not finish yet, click QuickStart -> under "Tell us about your website", put the same url https://a3asdf23.ngrok.io
.https://a3asdf23.ngrok.io
, https://ngrok.io
, https://a3asdf23.ngrok.io/{your-redirect-uri}
.And here you go. Thanks me later :)