Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/03/2012, 15:11
Avatar de VbOkonly
VbOkonly
 
Fecha de Ingreso: julio-2009
Ubicación: San Justo, Buenos Aires, Argentina
Mensajes: 490
Antigüedad: 15 años, 9 meses
Puntos: 5
Mi boton FBconnect quedó obsoleto.

Desde el dia de hoy el boton se ve así:



Osea, no funciona nada de javascript.

probe las conexiones y estan todas bien, anduve haciendo un par de pruebas y me logro aparecer el boton pero no hacia conexion con mi app de facebook:

Este es el codigo original, el que me funcionaba hasta el dia de hoy:

Código Javascript:
Ver original
  1. <div id="fb-root"></div>
  2. <script>
  3.   window.fbAsyncInit = function() {
  4.     FB.init({
  5.       appId      : '123036937819050', // App ID
  6.       status     : true, // check login status
  7.       cookie     : true, // enable cookies to allow the server to access the session
  8.       oauth      : true, // enable OAuth 2.0
  9.       xfbml      : true  // parse XFBML
  10.     });
  11.  
  12.     // Additional initialization code here
  13.   };
  14.  
  15.   // Load the SDK Asynchronously
  16.   (function(d){
  17.      var js, id = 'facebook-jssdk'; if (d.getElementById(id)) {return;}
  18.      js = d.createElement('script'); js.id = id; js.async = true;
  19.      js.src = "//connect.facebook.net/en_US/all.js";
  20.      d.getElementsByTagName('head')[0].appendChild(js);
  21.    }(document));
  22. </script>
  23.       <div class="fb-login-button" data-scope="user_about_me,user_activities,user_birthday,user_education_history,user_events,user_groups,user_hometown,user_interests,user_likes,user_location,user_notes,user_photo_video_tags,user_photos,user_questions,user_relationships,user_relationship_details,user_religion_politics,user_status,user_videos,user_website,user_work_history,email,user_online_presence,publish_checkins">
  24.         Conectarse Con Facebook
  25.       </div>


Lo loco es que lei que este metodo tiene intermitencia en el servicio, lo peor es que en la documentación, facebook lo usa de ejemplo...

¿Como puedo conectarme a facebook de otro modo?, o arreglar de alguna forma este para que funcione...
__________________
Mi primera web: http://www.mascoteame.com