148 |
|
$image_1=null, $image_1_link=null, |
149 |
|
$image_2=null, $image_2_link=null, |
150 |
|
$image_3=null, $image_3_link=null, |
151 |
< |
$image_4=null, $image_4_link=null, |
152 |
< |
$priority=1) { |
151 |
> |
$image_4=null, $image_4_link=null) { |
152 |
|
return $this->call_method('facebook.feed.publishStoryToUser', |
153 |
|
array('title' => $title, |
154 |
|
'body' => $body, |
159 |
|
'image_3' => $image_3, |
160 |
|
'image_3_link' => $image_3_link, |
161 |
|
'image_4' => $image_4, |
162 |
< |
'image_4_link' => $image_4_link, |
164 |
< |
'priority' => $priority)); |
162 |
> |
'image_4_link' => $image_4_link)); |
163 |
|
} |
164 |
|
|
165 |
|
public function feed_publishActionOfUser($title, $body, |
166 |
|
$image_1=null, $image_1_link=null, |
167 |
|
$image_2=null, $image_2_link=null, |
168 |
|
$image_3=null, $image_3_link=null, |
169 |
< |
$image_4=null, $image_4_link=null, |
172 |
< |
$priority=1) { |
169 |
> |
$image_4=null, $image_4_link=null) { |
170 |
|
return $this->call_method('facebook.feed.publishActionOfUser', |
171 |
|
array('title' => $title, |
172 |
|
'body' => $body, |
177 |
|
'image_3' => $image_3, |
178 |
|
'image_3_link' => $image_3_link, |
179 |
|
'image_4' => $image_4, |
180 |
< |
'image_4_link' => $image_4_link, |
184 |
< |
'priority' => $priority)); |
180 |
> |
'image_4_link' => $image_4_link)); |
181 |
|
} |
182 |
|
|
183 |
|
/** |