button share in facebook is not work - facebook

enter image description hereWhen I share a status of my website in facebook, it doesn't work, it displays this message :
"Unable to load this URL: The domain of this URL is not registered in the URL of the application. To be able to import this URL, add all domains and subdomains of your application to the Application Settings Fields field."

You have to add your website domain to the application there:

Related

What URL's are allowed as domains for your app?

I am trying to set up my Facebook app, but I keep getting error messages when I try to input my app domain.
This is the first error message that I receive.
"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: www.livelocalandprosper.com"
So I tried adding an "s" after the http and got an error message that said that "top level domains are not allowed".
I also tried using the web app host site's URL, but it wouldn't accept that either. I got the same error message about top level domains.
I have asked the web app host and my website provider, but didn't get any helpful answers there.
Could someone please enlighten me on what I need to do?
Before you can fill in a domain in the app settings, you need to add a Platform, such as a Canvas app, and add the appropriate URL.
i.e. I have a test app, and after adding the Canvas app URL http://bithoop.la/canvas.php?ref=facebook and saving it, I can add bithoop.la to the domain box.
https://www.evernote.com/shard/s53/sh/66259600-af67-46de-b34c-a9cb0f0cf319/db0384a2fdbe7c7a9cea57bdaafad84b

Facebook - Wordpress App Error Facebook returned an error: The site URL in your Facebook application settings does not match your wordpress blog URL

I have a wordpress blog and am trying to integrate the facebook page publish version 2 app and keep getting 2 errors, one of WP:
Facebook returned an error: The site URL in your Facebook application settings does not match your wordpress blog URL
And on FB app creator when putting in the app domain:
This must be derived from Canvas URL, Secure Canvas URL, Site URL, Mobile Site URL, Page Tab URL or Secure Page Tab URL. Check and correct the following domains: mywpsite.com
I have not used any http:// just the domain name.
I updated to v2 of facebook plugin, deleted the old version 1, made sure my domain name didn't have upper case, deleted the app in FB and started again and still I get this error.
When I put in the app id into wp plugin the grant access rights button stays grayed out as well, imagine that's because the app is still not set up correctly.
Any help on why I keep getting these errors would be very useful.
Thanks
Andrew
Click the '+Add Platform' box below and depending on the app you want to add, in this case I assume click 'Website', and then add the website's URL to Site URL. This will now allow you to save the URL properly.

Facebook App - Server not found error

I have created a facebook app and url is https://apps.facebook.com/wishisdone/?fb_source=bookmark_favorites. When I view the app it says server not found. My website's url is http://wishisdone.visionswebsites.com/wishisdone/login.aspx.
But facebook app is redirecting to www.wishisdone.visionswebsites.com It should open without www but there is no app setting in the facebook to include or exclude www. I entered the correct url "http://wishisdone.visionswebsites.com/wishisdone/login.aspx" in the site url
Please help me. How can I make it working.

Facebook denies access of my app

I have an app that shows the share popup.
I have encountered a problem when trying to get it working form a different server.
I get the following error:
Error An error occurred with myapp. Please try again later.
API Error Code: 191 API Error Description: The specified URL is not
owned by the application
Error Message: redirect_uri is not owned by
the application.
How can I enable it to work from all servers? no matter if they are mine or not?
Any suggestions?
Thanks in advance.
Note:
I would like it to be via the JS SDK.
Facebook apps can only work with one main domain.
The main domain is derived from either the "Site url" or the "Mobile web url" as defined in the app settings page in the Developers application.
You can however add subdomains for that same domain.
For example, let's say your "Site url" is http://app.example.com, you can add more subdomains which you want to use with facebook by adding them to the "App Domains" field in the settings page (basic tab).
You can add subdomains like: http://sub1.example.com or http://example.com.
If you try to add a url that does not derive from that you should get the following error message when trying to save the settings:
Error
DOMAIN_YOU_ADDED must be derived from your Site URL or your Mobile Web
URL.
Edit
You have a problem if you want to use the FB.ui method.
The fb sdk will only accept usage from your own domain, and if you load an iframe from your own domain then the parent window (which is of another domain) won't be able to communicate with that iframe (same origin policy).
What you should be able to do is use the direct url of the feed dialog:
http://www.facebook.com/dialog/feed?
app_id=123050457758183&
link=http://developers.facebook.com/docs/reference/dialogs/&
picture=http://fbrell.com/f8.jpg&
name=Facebook%20Dialogs&
caption=Reference%20Documentation&
description=Using%20Dialogs%20to%20interact%20with%20users.&
redirect_uri=http://www.example.com/response
You can open that in a new window/tab, or if it's an action of a user click then even open a pop-up.
But you won't be able to use the iframe dialog of the sdk.

Facebook Site URL?

I Recieve this error when I am working with an app I am creating:
Error
You have specified an App Domain but have not specified a Site URL or a Mobile Web URL
yoursite.com must be derived from your Site URL or your Mobile Web URL.
Where do I specify the Site URL? I cannot find it anywhere.
Give detailed instructions as FB can be a pain to find things.
There is supposed to be a website tab, where?
Screenshot:
There is a tab called Website. Just put URL int here. Hope it helps
Updated as of 29/05/2012:
It is now called 'Website with Facebook Login'
Updated as of 17/7/2014:
On Settings > Basic
Click on "Add Platorm"
Then select "Website"
Enter URL(s) in the form that appears
You're right. Facebook apps can be daunting at times. This is what the problem is:
The Site URL specifies where the facebook app page redirects to, while the App Domain is used for Authentication (such as login feature, etc).
You are specifying as your App Domain (some-other-domain.com) is a different base URL from your Website >> Site URL (yoursite.com/myfacebookapp).
Use the same for both:
App Domain:: yoursite.com
Site Url:: yoursite.com/myfacebookapp
The App Domain is typically located in the top under the -Your App Settings >> Basic >> Basic Info.
The Website: Site URL is currently located in -Your App Settings >> Basic >>"How your app integrates with Facebook">> Website >> Site URL.
:: Set the Site URL you want the page to redirect to, then, if you would like authentication services for that page, include root domain of your Site URL in the App Domain Section. You are not required to include something in the App Domain section if you do not want Authentication.
This how to register your facebook application
The current process
Settings Page -> Basic Settings -> Add Platform -> Website
Enter the required url in the Site Url field.
There is a tab called "Website with Facebook Login" in "Select how your app integrates with Facebook" box. This is under the Basic info container. Paste your full URL there, like e.g. "http://www.example.com/"
Under apps > settings > website
enter the URL of your website.