Facebook Tutorial: Python for Facebook or PyFacebook tutorial

In this tutorial provided by the facebook developers website, you will learn to use the pyfacebook interface which is a Python interface to the Facebook API.
 
When uploaded and installed, you just need to the call the new interface in your scripts by adding a line at the top of your script like:
import facebook
And you […]

Facebook Hack Tutorial: How to Win $360,000/month on Facebook while sleeping.

If you are using Facebook applications that recompense your frequent logging, this might interest you.
If you are someone clever and energy saver like me, you probably keep your computer connected to the net 24/7. don’t you ?
I suppose you have a Facebook account?! So this (the 24/7 stuff) was the first of the […]

Video tutorial: How to Create a Facebook Badge for Your Website

This video of 2′39” explain you how to create a badge for facebook.
A facebook badge is used when you want to integer your facebook profile with real time updates in your other websites.
Requirements:
- a Facebook account.
- at least another website.

Video tutorial: How to Make Money with Facebook Applications

In this 7′51” video, Jason Bailey of Millnic Media explains the process of Monetizing Facebook Applications.

Facebook Hack Tutorial: How to View Bigger Size Picture From Small Private Profiles Picture Without Losing in Resolution

When you look for someone or sometimes in your friends’s friends, you can see a small picture of the person sometimes to small to see anything.
Did you know it was possible to see this small picture in a bigger size and bigger resolution one ?!
I found this nice, easy and useful hack on this […]

Facebook tools: How to Easily Upload Many Photos into Facebook with Firefox

You can know easily upload as many pictures as you want to your facebook account, you just need for it Firefox and a plugin called “Firefox Universal Uploader” and written by Rahul Jonna.
With this plugin, you don’t even need to login into facebook. You will be able to drag&drop pictures, videos or any other files […]

Facebook PHP tutorial: How to Build a Facebook Application with CakePHP

In this tutorial on facebook-developer website, you will learn to create your first Facebook application with CakePHP.
You will go through the following steps:
1. Create a Facebook application.
2. Install the free version of CakePHP.
3. Install the Facebook Platform API in “/app/vendor/facebook”.
4. Modify the AppController base class.
5. Create a basic controller class that will inherit the AppController […]

Video tutorial: How to Create Facebook Widgets

This 5′38” video will show you how to easily create Facebook Widgets.
Requirements:
- Microsoft Popfly application
- a Facebook account
- a Windows Live account

How to develop a Facebook application in C# with ASP.NET: Step-by-step

If you want to develop your Facebook application in C# with ASP.NET it might be a good idea to visit stevetrefethen website where he explain step by step how to get your application working.

Facebook Application Development: A Step-by-step Guide to Creating an Application

This tutorial describes how to create a platform application that you can use as a template when creating your own platform app.
Contents of this tutorial:
- Introduction
- Integrating Hello World
- Pushing FBML to the profile box
- Using mock-AJAX in the profile box
- Using MySQL to create a counter
- Putting the examples together
- Some files to downloads
Read […]