Archive for category Code Snippets
Connecting to Facebook
Posted by Eligio in Code Snippets, Legal Issues on May 11, 2012
A developer can use several ways to connect with the Facebook Platform depending on the goal she/he is trying to achieve. If the developer only wants to use client side validation, he can easily do it using the following code. <div id=”fb-root”></div> <script> window.fbAsyncInit = function() { FB.init({ appId : ‘YOUR_APP_ID’, status : true, cookie [...]
