I use ASP .NET and Facebook Connect APIs. but when I run the app and press Connect button it's return to the Website not to the test local server which is (http://localhost:xxxx/test.aspx) So how I can test Facebook locally (i.e How I can change the callback url) ?
|
|
Edit your app at www.facebook.com/developers/ and set the "Site URL" to "http://localhost/myapppath". When done - change it back. |
|||||||||||||||
|
|
It's simple enough when you find out. Open If your domain is foo.com, then add this line:
When you are testing, open |
|||||||||||||||
|
|
i suggest creating a test app (for dev environment only) on https://developers.facebook.com/apps and set:
|
|||
|
|
|
I couldn't use the other solutions... What worked for me was installing LocalTunnel.net (https://github.com/danielrmz/localtunnel-net-client), and then using the resulting url on Facebook. |
|||
|
|
|
Facebook seemingly randomly disables the ability to set localhost as a domain on your facebook app. I found the easiest work around was to tunnel my localhost to the web. This can be done for free using http://progrium.com/localtunnel/ or with a custom url (easier since you don't have to change url everytime in facebook) https://showoff.io |
||||
|
|
|
go to canvas page.. view it in browser.. copy the address bar text. now go to your facebook app go to edit settings in website, in site url paste that address in facebook integration , again paste the that address in canvas url and also te same code wherever you require canvas url or redirect url.. hope it will help.. |
|||
|
|
