facebook - How to remove link preview when commenting using graph api (php sdk) -


so have code post comment link in it. however, when comments, has preview of link in comment. mean: http://www.adweek.com/socialtimes/facebook-comment-previews/265863?red=if

$tocomment = array('message' => 'http://someurlblahblahblah.com') 

it automatically posts url preview, how stop this?


Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -