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 […]
April 23rd, 2008
Categories: Apps development, Code Samples, Python, Tutorials . Author: admin . Comments: No Comments
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 […]
March 12th, 2008
Categories: Hacks, Howto, Plugin's, Tips tricks & Gotchas, Tutorials . Author: admin . Comments: 23 Comments
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.
March 10th, 2008
Categories: Tutorials, Videos . Author: admin . Comments: No Comments
In this 7′51” video, Jason Bailey of Millnic Media explains the process of Monetizing Facebook Applications.
March 9th, 2008
Categories: Howto, Tutorials, Videos . Author: admin . Comments: No Comments
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 […]
March 8th, 2008
Categories: Hacks, Howto, Tips tricks & Gotchas, Tutorials . Author: admin . Comments: 1 Comment
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 […]
March 7th, 2008
Categories: Plugin's, Tips tricks & Gotchas, Tools, Tutorials . Author: admin . Comments: No Comments
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 […]
March 5th, 2008
Categories: Apps development, CakePHP, PHP, Tutorials . Author: admin . Comments: No Comments
This 5′38” video will show you how to easily create Facebook Widgets.
Requirements:
- Microsoft Popfly application
- a Facebook account
- a Windows Live account
March 4th, 2008
Categories: Apps development, Tutorials, Videos . Author: admin . Comments: No Comments
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.
February 26th, 2008
Categories: ASP.NET, Apps development, C#, Tutorials . Author: admin . Comments: No Comments
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 […]
February 24th, 2008
Categories: Apps development, PHP, Tutorials . Author: admin . Comments: No Comments