Я использовал это на моей странице html...
<script>
window.fbAsyncInit = function() {
// init the FB JS SDK
FB.init({
appId : 'xxxxxxxxxxxxxx', // App ID from the App Dashboard
status : true, // check the login status upon init?
cookie : true, // set sessions cookies to allow your server to access the session?
xfbml : true // parse XFBML tags on this page?
});
// Additional initialization code such as adding Event Listeners goes here
};
// Load the SDK source Asynchronously
// Note that the debug version is being actively developed and might
// contain some type checks that are overly strict.
// Please report such bugs using the bugs tool.
(function(d, debug){
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all" + (debug ? "/debug" : "") + ".js";
ref.parentNode.insertBefore(js, ref);
}(document, /*debug*/ false));
function shareOnFb(action, msg){
FB.ui({
method: action,
message: msg
});
}
</script>
когда я пытаюсь вызвать любой метод FB, он говорит это в моей консоли
Данный URL-адрес не разрешен конфигурацией приложения. Один или настройки параметров приложения не допускаются. Это должно сопоставить URL-адрес веб-сайта или URL холста, или домен должен быть поддоменом одного из доменов Apps.
это мое приложение для приложения fb.. мне нужно что-то изменить здесь, m работает на моем сайте локально на время, поэтому я попробовал добавить
localhost/OfferDrive/в домен приложения на этой странице, но он говорит об ошибке, что это не допустимый домен