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
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.
April 17th, 2008
Categories: Hacks, Howto, Videos . Author: admin . Comments: No Comments
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 […]
April 14th, 2008
Categories: Apps development, News . Author: admin . Comments: No Comments
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.
April 11th, 2008
Categories: News, Videos . Author: admin . Comments: No Comments
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
April 9th, 2008
Categories: Hacks, Howto, Videos . Author: admin . Comments: No Comments
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 […]
April 8th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
Will search the logged in users’s networks for listings matching the category, subcategory, and query provided.
April 4th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: 2 Comments
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.
April 3rd, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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.
April 2nd, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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 […]
April 2nd, 2008
Categories: Hacks, Howto, Tips tricks & Gotchas . Author: admin . Comments: 3 Comments