ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/facebook/trunk/facebookapi_php5_restlib.php
(Generate patch)

Comparing facebook/trunk/facebookapi_php5_restlib.php (file contents):
Revision 946 by douglas, 2007-08-29T21:28:44-07:00 vs.
Revision 950 by douglas, 2007-09-29T14:02:03-07:00

# Line 148 | Line 148 | function toggleDisplay(id, type) {
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,
# Line 160 | Line 159 | function toggleDisplay(id, type) {
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,
# Line 180 | Line 177 | function toggleDisplay(id, type) {
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    /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines