I want to send image data from facebook app to facebook page .
I tried using stream.publish . I was able to post the image, but it is out of date. And also I could not post the link .
The curl request to publish using stream.publish matters: -
curl -F 'access_token = dsdsdsd' \ -F 'message =' \ -F 'uid = 23434' \ -F 'attachment = {"media": [{"type": "image", "DSN": "Http : //url.com/videothumb/465_06122010_p_bizpiyushgargeng_48271_10754.jpg "}]," name ":" {Markets that can scale back: ICICI Sec "," description ":" ICICI Securities CIO Piyush Garg says that there is a fair chance of reduction by the market, like most domestic negative news already b ... "," sign s ":" news "} '\ https://api.facebook.com/method/stream.publish
When using the graphical API, I cannot publish from my APP.
Rather, it is published through my profile.
Any help is greatly appreciated.
http://php-academy.blogspot.com/2011/04/how-to-post-from-facebook-app-to.html
post php facebook
Jatin dhoot
source share