php - Post to facebook without showing application name -


i trying write facebook application allows user post own wall. using following code:

    $request = new facebookrequest(                                 $session,                                 'post',                                   "/mefeed",                                 array ('message' => $msg,'link' => $link)                                     );     $response = $request->execute();     $graphobject = $response->getgraphobject(); 

everything works except when post on app, post looks different manual done post. in particular, there additional link under users name saying "test app" , when click on forwarded page of fb app. there way how can prevent showing name of app when post via app, or not allowed facebook? in other words, i'd post looks post done via facebook page.

many thanks!

this security feature of graph api (and featured designed direct traffic application). unfortunately there no way suppress behaviour.


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -