SORU
23 Ocak 2013, ÇARŞAMBA


Verilen URL'YE uygulama yapılandırması tarafından izin verilmiyor

Bir html sayfası olarak bu kullanılır

<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's 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>

her ben her FB yöntemini çağırmak çalıştığınızda benim bu konsol yazıyor

Verilen URL'YE uygulama yapılandırması tarafından izin verilmedi. Bir veya verilen adreslerin bir daha App ayarları tarafından izin verilmiyor. Gerek veya etki alanı bir etki alanı olması gerekir Web Sitesi URL veya Tuval URL maçı, Apps etki biri.

bu fb uygulamam.. burada bir şey var, m yerel olarak web siteme süre çalışan olmak değiştirmem gerekiyor mu ayar, ekleme çalıştım

localhost// bu sayfada etki alanı uygulaması için OfferDrive ama geçerli bir etki alanı değil, bir hata yazıyor

fb app settings

CEVAP
23 Ocak 2013, ÇARŞAMBA


Değeri doldurmanız gerekirFacebook oturum Açma web sitesideğeri ilehttp://localhost/OfferDrive/Facebook JavaScript SDK isteklerinin kimliğini doğrulamak için izin vermek için doğru yerden geliyor

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • lifeisforsharingDT

    lifeisforsha

    18 Mayıs 2011
  • MattSteffanina 2

    MattSteffani

    28 Kasım 2007
  • Mr. H

    Mr. H

    1 Temmuz 2012

İLGİLİ SORU / CEVAPLAR