Archive for category Code Snippets

Connecting to Facebook

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 [...]

No Comments