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
Send a notification to a set of users. You can send messages to the user’s notification page without needing any confirmation. Notifications sent to the notifications page for non-app users are subject to spam control. Additionally, any notification that you send on behalf of a user will be shown on that user’s notifications page […]
March 28th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: 1 Comment