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.

Parameters

Type Name Required Description
string api_key The application key associated with the calling application.
string session_key The session key of the logged in user.
float call_id The request's sequence number. Each successive call for any session must use a sequence number greater than the last. We suggest using the current time in milliseconds, such as PHP's microtime(true) function.
string sig An MD5 hash of the current request and your secret key, as described in the authentication guide.
string v This must be set to 1.0 to use this version of the API.
string format Desired response format. Either XML (default) or JSON.
string callback Name of a function to call. This is primarily to enable cross-domain JavaScript requests using the <script> tag, also known as JSONP, and works with both the XML and JSON formats. The function will be called with the response passed as the parameter.
markup title The markup displayed in the Feed story's title section
markup body The markup displayed in the Feed story's body section
string image_1 The URL of an image to be displayed in the Feed story
string image_1_link The URL destination after a click on the image referenced by image_1.
string image_2 The URL of an image to be displayed in the Feed story
string image_2_link The URL destination after a click on the image referenced by image_2.
string image_3 The URL of an image to be displayed in the Feed story
string image_3_link The URL destination after a click on the image referenced by image_3.
string image_4 The URL of an image to be displayed in the Feed story
string image_4_link The URL destination after a click on the image referenced by image_4.