|
Method & Arguments
|
Return Type
|
Test Result
|
|
feed.publishStoryToUser
|
error
FACEBOOK_API_102
Session key invalid or no longer valid
|
fail
|
|
|
|
feed.publishActionOfUser
|
error
FACEBOOK_API_102
Session key invalid or no longer valid
|
fail
|
|
|
|
feed.publishTemplatizedAction
|
error
FACEBOOK_API_102
Session key invalid or no longer valid
|
fail
|
| body_template |
{book} has received a rating of {num_stars} from the users of BookApplication
|
| body_data |
{"book":"<a href=\"http:\/\/www.someurl.com\/OfMiceAndMen\">Of Mice and Men<\/a>","num_stars":5}
|
| actor_id |
1234
|
| body_general |
<fb:name uid="1234" firstnameonly=true /> said "This book changed my life."
|
| title_data |
{"book":"Of Mice and Men"}
|
| title_template |
{actor} reviewed the book {book}
|
|