Whenever I tried to add localhost domain with my live server domain in my facebook app domain it shows me error "App domains must match the domain of the Facebook Web Games URL (https), Mobile Site URL, Unity Binary URL, Site URL or Secure Page Tab URL. Please correct these domains: localhost".
Is it possible to add the localhost domain along with my live server domain?
A good way to solve this is to use a Test App: https://developers.facebook.com/docs/apps/test-apps/
Test Apps have different settings, so you can easily use localhost without an additional platform as workaround.
Related
I cannot seem to run the facebook app on localhost. Whenever I try my domain, i get the error " App domains must match the domain of the facebook web games URL(https). Please connect these domains: localhost.
Your facebook app domain should be from App Url.
So change your App url to - http://localhost:port_num
Will work.
I set the url for my app as http://localhost:3000
and I get this error
Can't Load URL: The domain of this URL isn't included in the app's domains. To be able to load this URL, add all domains and subdomains of your app to the App Domains field in your app settings.
my app domain is empty, since fb doesnt let me set it to localhost:3000
I'm totally lost..
In the settings of your Facebook app, you need to add "localhost" as an App Domain, not "localhost:3000". You don't need to include the port with the hostname.
I have a login with facebook on my website which I was testing locally on localhost. Now I have put it on a server and I am trying to change the facebook app configuration so I could make the login. Before I had:
App Domain:
localhost
Site URL:
http://localhost/
Mobile URL:
http://localhost/
Now I am trying to change localhost for my website IP address: 107.170.**.**7:8776, so first I set the Site URL and Mobile URL to http://107.170.**.**7:8776/ but when I try to set the App domain to 107.170.**.**7:8776 I get an exclamation saying:
This must be derived from Canvas URL, Secure Canvas URL, Unity Binary URL, Site URL, Mobile Site URL, Page Tab URL or Secure Page Tab URL. Check and correct the following domains: 107.170.**.**7:8776
What am I missing here?
Thanks in advance.
Facebook appears to require a valid domain instead of an IP address. Not sure why, as they don't mention this in the facebook developer docs anywhere (from what I can tell)
More info:
facebook Error App Domain: [IP Address] is not a valid domain.?
I am trying to set up Facebook authentication with hybridauth in Laravel 4. I would like to test the authentication on my localhost server.
The domain where I would like the authentication to occur on is at:
http://localhost:8888/crowdsets/laravel-master/public/fans/landing
I have included the base url in the config file as:
http://localhost:8888/crowdsets/laravel-master/public/fans/landing/auth/
In Facebook, for my app, I am trying to set up the local host as the Site Url and App Domain.
I used:
Site Url: http://localhost:8888
App Domain: localhost:8888
I am receiving the error from FB:
Error
App Domains: localhost:8888 is not a valid domain.
Do you have any idea what I should be using in order to test this authentication system on my localhost? I am using MAMP on a Mac OS X 10.7.5 machine.
I was able to get this working for my Rails app locally without using a virtual host. Here are the steps I used:
Go to http://developers.facebook.com/, create, and setup your app
When inside the dashboard, click "Settings"
Click "Add Platform"
Choose website (for authentication via the web app)
Add http://localhost:3000/ as "Site URL" (and "Mobile URL" if necessary)
Add localhost to "App Domains" above
Click Save
Whereas you have your App Domain as localhost:88888, I believe it should just be localhost.
I've been testing my app using my company's domain (which has ssl installed) and works like a charm.
now, I want this app to have its own domain, server and SSL certificate. I purchased a Godaddy SSL certificate(Standard (Turbo) SSL) and asked my hosting to install it, which they did and seems to be working ok...
now when I change the Facebook App settings to my new server, it just fails to load, and the console just outputs "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. "
Im completely lost on what to do... the settings are like this
Im loading FB using the facebook-actionscript-api 1.8.1
Namespace: myfbapp
App domains: myfbapp.com www.myfbapp.com
Sandbox: disabled
Canvas URL: http://www.myfbapp.com
Secure c url: https://www.myfbapp.com
needed to get a dedicated IP for my game and attach the SSL to it