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 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 Methods description: photos.addTag

Adds a tag with the given information to a photo. See photo uploads for a description of the upload workflow.

Facebook Methods description: profile.getFBML

Gets the FBML that is currently set for a user’s profile. See the FBML documentation for a description of the markup and its role in various contexts.

Facebook Methods Description: Admin.getAllocation

Returns the current allocation limits for your application for the specified integration points. Allocation limits are determined daily. Integration points include:

Facebook Methods description: profile.setFBML

Sets the FBML for a user’s profile, including the content for both the profile box and the profile actions. See the FBML documentation for a description of the markup and its role in various contexts.

Facebook Methods description: notifications.sendEmail

Send an email to the specified users, who must have added your application. You can only send one email to a user per day. Requires a session key for desktop apps, which may only send emails to the person whose session it is (does not require a session for web apps).

SRTH SRTH