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.
March 27th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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.
March 25th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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.
March 24th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
Publishes a News Feed story to the user corresponding to the session_key parameter.
March 23rd, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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 […]
March 22nd, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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.
March 21st, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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.
March 20th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
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.
March 19th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
(Intended for desktop applications only.) Creates an auth_token to be passed in as a parameter to login.php and then to facebook.auth.getSession after the user has logged in. The user must log in soon after you create this token. See the authentication guide for more information.
March 18th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments
Remove a Marketplace listing.
March 17th, 2008
Categories: Apps development, Facebook Methods . Author: admin . Comments: No Comments