Facebook Methods description: notifications.send

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 […]

Facebook News: Allocations to Email Sent From Applications to Users Feedback-based.

For some weeks now, users may have noticed that when they receive a private email from a Facebook application they get something like:
“This email was sent by xyz application. You can disable emails here.”
According to a news published by Tom Whitnah from Facebook, the rate at which users disable email from within an email […]

Facebook Methods description: friends.getAppUsers

Returns the identifiers of the current user’s Facebook friends who are signed up for the specific calling application. The current user is determined from the session_key parameter. The values returned from this call are not storable.

Facebook Methods description: feed.publishTemplatizedAction

Publishes a Mini-Feed story to the user corresponding to the session_key parameter, and publishes News Feed stories to the friends of that user who have added the application.

Facebook Methods description: feed.publishActionOfUser

Publishes a Mini-Feed story to the user corresponding to the session_key parameter, and publishes News Feed stories to the friends of that user who have added the application.

Facebook Methods description: feed.publishStoryToUser

Publishes a News Feed story to the user corresponding to the session_key parameter.

Facebook Methods description: fbml.setRefHandle

Associates a given “handle” with FBML markup so that the handle can be used within the fb:ref FBML tag. A handle is unique within an application and allows an application to publish identical FBML to many user profiles and do subsequent updates without having to republish FBML on behalf of each user. See the FBML […]

Facebook Methods description: fbml.refreshRefUrl

Fetches and re-caches the content stored at the given URL, for use in a fb:ref FBML tag. See the FBML documentation for a description of the markup and its role in various contexts.

Facebook Methods description: fbml.refreshImgSrc

Fetches and re-caches the image stored at the given URL, for use in images published to non-canvas pages via the API (e.g. to user profiles via facebook.profile.setFBML, or to news feed via facebook.feed.publishActionOfUser). See the FBML documentation for a description of the markup and its role in various contexts.

Facebook Methods description: auth.getSession

Returns the session key bound to an auth_token (as returned by facebook.auth.createToken or in the callback_url). Should be called immediately after the user has logged in. See the authentication guide for more information.

SRTH SRTH