Facebook share title not working

Posted by sakthi on Stack Overflow See other posts from Stack Overflow or by sakthi
Published on 2011-06-27T05:56:26Z Indexed on 2011/06/27 16:22 UTC
Read the original article Hit count: 144

Filed under:

I have used following code for Facebook share in my website

$attachment =  array(
'message' => "myTaste || real restaurant reviews, share your taste on myTaste",
'link' => $review['business']['personal_url'],
'title' => $review['user']['name_display']." has reviewed ".$review['business']['name'], 
'description' => $review['business']['review']['review'], 
'image'=> "http://dev.mytaste.com.au/images/gui/header/mytaste.gif" );

 $facebook->api("/".$usid."/links", "post",$attachment);

But it does not recognize the title attribute,It just shows page title only,any one can suggest me?

© Stack Overflow or respective owner

Related posts about facebook