how do you select the image you want to use when posting a link via facebook php sdk
this is the code i have:
$facebook->api("/me/feed", "post", array(
message => "TESTING FACEBOOK API",
link => "http://www.penpalparade.com"
));
Is it possible to chose the picture which is displayed with the link as i dont want it to be the first one, thanks.