hi friends, im using facebook api php and i need some help about sharing events on groups . i use ths piece of code to post an url to a group's feed : try { $ret_obj = $facebook->api($dest.'/feed', 'POST', array( 'link' => 'https://www.facebook.com/events/141260632751804/')); } catch(FacebookApiException $e) { } this code works but it doesn't properly display the event on the feed. I have check every permission,and it seems good . i need some help about this.