- Home
- Categorie
- Coding e Sistemistica
- Tutti gli altri Gestionali
- Problemi con Facebook Connect
-
Problemi con Facebook Connect
Ho scaricato e installato il modulo Facebook Connect ma non riesco a farlo funzionare. Ho creato un app su Facebook, e seguito tutti i passi indicati nel file readme del modulo, ma quando tento di connettermi tramite Facebook ottengo questo messaggio:
API Error Code: 100
API Error Description: Invalid parameter
Error Message: next is not owned by the application.Sono giorni che cerco continuamente una soluzione ma davvero non so più come fare...e questo è un modulo che desidero davero utilizzare.
Spero possiate darmi una mano a risolvere!
-
Puoi indicare nello specifico che codice stai usando?
Io ti consiglio di usare le nuove api js, quelle caricate con
<script src="http://connect.facebook.net/it_IT/all.js" type="text/javascript"></script>
E poi usi un fb:login-button per fare il connect
-
Non sto usando un codice preciso, semplicemente ho seguito questi step:
-
Upload the 'fbconnect' folder into your module directory,
-
Download the Facebook PHP libraries from github.com/downloads/vectoroc/fbconnect/facebook-client.zip
and place it into the fbconnect module folder -
Activate the module through your website's modules administration pages,
-
Create a new application: facebook.com/developers/createapp.php
(more information here: wiki.developers.facebook.com/index.php/Connect/Setting_Up_Your_Site). -
Enter the Connect URL on Connect settings tab (e.g. copy value from admin/settings/fbconnect field â??Connect urlâ??).
-
Add your server to the Server Whitelist on Advanced settings tab on Facebook or disable Session Secret Whitelist Exception.
-
Configure the module through the Fbconnect module (admin/settings/fbconnect) using the information provided by Facebook
(API key, Secret API key). If you are unsure what to do on tab App Settings just press the Save configuration button. -
Edit the "page.tpl.php" file of your current theme. edit the <html> tag and add the facebook xmlns for rendering XFBML.
example :
<html xmlns:fb="facebook.com/2008/fbml"
xmlns="w3.org/1999/xhtml" xml:lang="<?php print $language->language ?>"
lang="<?php print $language->language ?>" dir="<?php print $language->dir ?>">
Ensure that your page.tpl.php contains <?php print $closure ?> code.
C'è quindi forse un modo per inserire in Drupal il FbConnect che non sia un modulo (quindi usando un normale script da mettere in page.tpl.php)?
-
-
Dopo giorni mi sono risolta da sola il problema: avevo dimenticato un "/" nella configurazione di Drupal. Che scema. Ora il login tramite Facebook funziona alla perfezione, l'unica cosa che non riesco a capire è come mettere un link corrispondente alla funzione del modulo "See which of your Facebook friends are already on Facebook". So che dovrebbe esserci l'opzione "numero di amici da visualizzare" nella configurazione del modulo ma io non ce l'ho! Ci sono solo le opzioni classiche comuni a ogni modulo...che devo fare?
-
Ciao, anche io ho problemi con fbconnect, potresti dirmi questa slash dov'è che l'hai inserita? Sto impazzendo! Grazie mille!