0

I have read quite a few posts about posting photos on FB (fan)page but none really answer my question. I am using a correct call to the FB SDK to post on my page as you see the last post where there is a thumbnail photo and a few pieces of text including a link.

$attachment = array('access_token' => $FB_Token, 'message' => $FB_AppMsg,'name' => $FB_AppTitle,'link' => $FB_AppURL,'description' => $FB_AppResume),'picture'=> $FB_AppImage, 'actions' => json_encode(array('name' => $FB_AppActionName,'link' => $FB_AppActionLink))); $status = $facebook->api("/".$FB_PageName."/feed", "POST", $attachment);

Instead of a thumbnail image, I want an image of the width of 1 or 2 column (as you will see down the timeline), and a text message that can include a link to my blog on my website. How can I achieve this easily ?

4

0 回答 0