Share events on group feed

Discussion in 'Facebook API' started by oliviergwada, Aug 22, 2013.

  1. #1
    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) {

    }
    Sans-titre-2.jpg
    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.
     
    oliviergwada, Aug 22, 2013 IP