Skip to content

Instantly share code, notes, and snippets.

View John-Henrique's full-sized avatar

John-Henrique John-Henrique

View GitHub Profile
@heldrida
heldrida / javascript
Last active March 11, 2024 17:00
Facebook Javascript SDK: Basic Login and Logout example
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId: 'xxxxxxxxxxxxx',
status: true,
cookie: true,
xfbml: true
});