I am using facebook php sdk. And i have integrated facebook open graph on my app.
I want to post on friends wall using open graph like in this image.
I have captured this image wall post from another app and i want to make same post like this.
Also i want to make a action link like “Get App”.
when user clicks on Get app. My app should open on a new tab.
I read many docs. And they say it is not possible to post on friends wall using open graph and i tried $facebook->api(‘/$firend_id/feed) but it posts a link on friends wall.
I dont want link i want to post a gift to friends wall .
Please suggest me how can i do it?
Regards,
Krishna 
I solved it using hit and trial method.
You can make same post using these parameters on post.
Thank you for your answers..