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
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: 1 Comment
Adds a tag with the given information to a photo. See photo uploads for a description of the upload workflow.
April 1st, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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.
March 31st, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
Returns the current allocation limits for your application for the specified integration points. Allocation limits are determined daily. Integration points include:
March 31st, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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.
March 30th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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).
March 29th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments