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

php - Autoloader issue not returning Class -

python - Getting next two indexes regardless of current index -

ruby - Prevent Custom Validation Error on Association -