| Home  | Casa  | Hardware  | Networking  | Programmazione  | Software  | Domanda  | Sistemi  |   
Programmazione  
  • C /C + + Programming

  • Computer Programming Languages

  • Delphi Programming

  • Java Programming

  • Programmazione Javascript

  • PHP /MySQL Programmazione

  • Perl Programming

  • Python Programming

  • rubino Programmazione

  • Nozioni di base di Visual Programming
  •  
    Conoscenza Informatica >> Programmazione >> PHP /MySQL Programmazione >> Content
    Come fare un pulsante RSVP per un evento Facebook utilizzando HTML
    Facebook è un popolare piattaforma di social networking che è stato sempre più utilizzato per pianificare e gestire gli eventi . Esso fornisce una funzione di "Eventi" , che permette di creare e pianificare un evento utilizzando la piattaforma Facebook . Esso fornisce una funzione per invitare gli ospiti e la gestione delle loro RSVP . Facebook ha sviluppato un Graph API che espone gli elementi che è possibile utilizzare per sviluppare codice di programma su misura per alcuni aspetti della loro applicazione "Eventi" . Gli utenti avranno a concedere le autorizzazioni di applicazione " rsvp_event " e avrete bisogno di informazioni circa l'evento , come ad esempio il suo ID . Potrai anche essere in grado di programmare in un linguaggio web , come PHP , e utilizzare il codice HTML con il codice del programma . Cose che ti serviranno
    PHP Editor
    Web server di
    Facebook sviluppatore conto
    Facebook applicazione Generic access_token
    User_events permesso
    Friends_events permesso
    Rsvp_event permesso
    Event_ID
    Mostra più istruzioni
    1

    lanciare la vostra applicazione PHP editor . Si può utilizzare un semplice editor di testo , come Blocco note , a patto di salvare il file sul server web con estensione " . Php" .
    2

    Creare un'applicazione Facebook , seguendo le istruzioni della " Developer App " a https://developers.facebook.com/apps e scrivere il vostro ID applicazione e la chiave segreta , come avrete bisogno di loro di personalizzare l'applicazione e comunicare con l'API Graph . Avrete bisogno di un account per sviluppatori di Facebook , e ti verrà richiesto di crearne uno , se necessario.
    3

    Crea un evento dall'applicazione Eventi e annotare l'ID evento . È possibile ottenere questo spostando il mouse sopra l'evento creato e la lettura da barra inferiore del browser .
    4

    Crea il tuo programma di PHP nel vostro editor PHP . Sarà necessario digitare il codice PHP , le variabili Graph API di Facebook e il codice HTML in questo file

    Il codice HTML di base necessarie per la creazione del pulsante RSVP per il vostro evento Facebook è : . , RSVP per un evento su Facebook < /title> < /head> <form <body> action="" method="post"> <p> < input type = " , "name = " radio " value = " RSVP frequentando " /> Assistere <origine type="radio" name="rsvp" value="maybe"/> Forse < input type = " radio " , nome = valore "RSVP " = " rifiutato " /> Non Parteciperò <input type="submit" value="RSVP" /> < /p > < /form > < /body> < /html > <br> 5 <p> Scrivi il codice PHP necessario per ottenere il valore RSVP selezionato dall'utente , e passare la risposta e l'evento IDto il Graph API di Facebook nel seguente formato , utilizzando il " post " metodo : <br> <p> https://graph.facebook.com/EVENT_ID/RSVP_value <br> <p> avrete bisogno di autenticare l'ID utente e passare l' ID applicazione e la chiave segreta per l'applicazione preventiva per passare il valore al Graph API . <br> <p> < ? php <br> <p> $ autenticare = file_get_contents ( https://graph.facebook.com/oauth/access_token?client_id = . $ application_id . . "& redirect_uri = " $ REDIRECT_URL " & client_secret = " $ application_secret " & codice =" $ codice) ; . . . <br> <p> $ rsvp_to_event = " https://graph.facebook.com /$ event_id /{ $ _POST [' RSVP '] } ? method = post & " . $ autenticare ; ? <br> <p> > <br> <br> <div class=ad2><script language='javascript' src='/ad/201310/4.js'></script></div> </div> </td> </tr> </table> <table width="95%" height="1" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#DEE7EE"> <tr> <td></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="91%" height="52" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="51%"><p>Previous : <a class='LinkPrevArticle' href='/Programmazione/php-mysql-programming/91475.html' >Come creare script PHP per applicazioni </a></li></p></td> </tr> <tr> <td width="49%"> next : <a class='LinkNextArticle' href='/Programmazione/php-mysql-programming/91477.html' >Qual è il comando WordPress PHP per Get Recent Posts </a></li></td> </tr> </table></td> </tr> </table> <table width="100%" height="7" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table width="770" height="246" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td width="375" height="246" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm"> Articoli Correlati </td> </tr> </table> <table width="95%" height="209" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="201"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/93008.html" title="Come inviare e-mail HTML con PHP " target="_self">Come inviare e-mail HTML con PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/92963.html" title="MySQL Nozioni di base per gli studenti visivo " target="_self">MySQL Nozioni di base per gli studenti visivo </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/91360.html" title="Tutorial di Costruire sistemi ad eventi in PHP " target="_self">Tutorial di Costruire sistemi ad eventi in PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/93012.html" title="Come convertire una stringa PHP per Data " target="_self">Come convertire una stringa PHP per Data </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/92235.html" title="Come creare un server MySQL su CentOS 2010 " target="_self">Come creare un server MySQL su CentOS 2010 </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/93017.html" title="Come convertire una data in un timestamp UNIX PHP " target="_self">Come convertire una data in un timestamp UNIX PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/91874.html" title="PHP : sottostringa Senza Parole Rompere " target="_self">PHP : sottostringa Senza Parole Rompere </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/91644.html" title="Come rimuovere un blocco PHP " target="_self">Come rimuovere un blocco PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/92865.html" title="Come aprire un modulo PDF utilizzando PHP " target="_self">Come aprire un modulo PDF utilizzando PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/93177.html" title="Come installare MySQL " target="_self">Come installare MySQL </a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> <td width="20" valign="top"></td> <td width="375" valign="top"><table width="380" border="0" cellpadding="0" cellspacing="0" class="bian"> <tr> <td height="244" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0" background="img_dm/danmai_r4_c04 -.jpg" bgcolor="#DBE3EE"> <tr> <td width="4%" height="29"> </td> <td width="96%" class="lan_lm">Articoli in evidenza </td> </tr> </table> <table width="95%" height="207" border="0" align="center" cellpadding="0" cellspacing="4"> <tr> <td height="199"><table width="100%" cellpadding="0" cellspacing="0"><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/visual-basics-programming/95306.html" title="Come aggiungere un commento a Visual Basic " target="_self">Come aggiungere un commento a Visual Basic </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/87355.html" title="Come utilizzare l'attività Script in SSIS 2008 " target="_self">Come utilizzare l'attività Script in SSIS 2008 </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/perl-programming/93390.html" title="Qual è il significato di Pseudocodice " target="_self">Qual è il significato di Pseudocodice </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/86353.html" title="Nessuna connessione Proxy in NetBeans " target="_self">Nessuna connessione Proxy in NetBeans </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/java-programming/89091.html" title="Java Byte Codice Reverse Engineering " target="_self">Java Byte Codice Reverse Engineering </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/python-programming/93638.html" title="Come sbarazzarsi di staffe in Python Array " target="_self">Come sbarazzarsi di staffe in Python Array </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/php-mysql-programming/92622.html" title="Come per evidenziare i campi obbligatori con PHP " target="_self">Come per evidenziare i campi obbligatori con PHP </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/visual-basics-programming/95929.html" title="Come abilitare Offerta Assistenza remota con VBS Script " target="_self">Come abilitare Offerta Assistenza remota con VBS Script…</a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/87237.html" title="Come chiudere controllo utente Web " target="_self">Come chiudere controllo utente Web </a></td></tr><tr><td width="10" valign="top" class="">·</td><td class=""><a class="" href="/Programmazione/computer-programming-languages/86963.html" title="Come rimuovere un token Open " target="_self">Come rimuovere un token Open </a></td></tr><tr></tr></table></td> </tr> </table></td> </tr> </table></td> </tr> </table></td> </tr> </table> <table width="980" height="8" border="0" cellpadding="0" cellspacing="0"> <tr> <td></td> </tr> </table> <table border=0 cellSpacing=0 cellPadding=0 width=980 bgColor=#36506e height=90> <tr> <td class=bs height=90 align=middle>Copyright © Conoscenza Informatica http://it.wingwit.com <script language='javascript' src='/ad/201310/1.js'></script></td> </tr> </table> </div> </body> </html>