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 Hacks: How to Hack Applications like Tetris Blockstar

This 4′51” video shows us how to hack an application like Tetris Blockstar using a soft like CheatEngine.
 
For the one who doesn’t know, Cheat Engine is a tool designed to give you the upper hand in games, but also contains other usefull tools to help debugging games and even normal applications.

Facebook News: Adobe Flash Player Updates May Affect Facebook Applications

At the beginning of this month, Adobe informed Facebook that their new security update (planned for April 2008) can potentially break Facebook platform applications that use Flash.
 
You should be concerned if you are in one of the following situations:
- You use sockets or XMLSockets
- You use addRequestHeader or URLRequest.requestHeaders
- You provide access to content on […]

Facebook Video: An Interview of the Official Facebook’s Founder Mark Zuckerberg

On this 5′58” video, you will hear an interview, made in January 2008 on “60 Minutes”, of Mark Zuckerberg, the founder of the social networking website Facebook.

Facebook Video: How to Hack the Facebook “Moods” Application

In this 52 seconds video, you will learn how to hack the facebook Moods application.
All you need is:
- a facebook account (with the moods application installed)
- the Firefox browser
- the Firebug extension
- and 52 seconds of your time to die less stupid

FAcebook Methods: fb.captcha

Image source
You can now secure your application from automated scipting attacks by using fb.captcha.
It
renders a CAPTCHA on your canvas page inside of a form. When that form is submitted to a canvas page, your callback URL will be called with the additional POST parameter fb_sig_captcha_grade=1 to indicate a successfully completed CAPTCHA.
Example:
Just put this code on […]

Facebook Methods description: marketplace.search

Will search the logged in users’s networks for listings matching the category, subcategory, and query provided.

Facebook Methods description: photos.upload

Uploads a photo owned by the current session user and returns the new photo. See photo uploads for a description of the upload workflow. The only storable values returned from this call are pid, aid, and owner.

Facebook Methods description: photos.createAlbum

Creates and returns a new album owned by the current session user. See photo uploads for a description of the upload workflow. The only storable values returned from this call are aid and owner.

Facebook Hack: How to Easily Get Access to Limited Profile of Non-Friends

The following description is an easy way to get access to the limited profile of a user from which you should not be allowed to see any part of his (her) profile except a small picture and a name as you can see it on the following sample:

The only think to do is to […]