I want to post image data from facebook app to facebook page.
I tried using stream.publish. I was able to post image but it is deprecated. And also I was not able to post link.
Curl request to post using stream.publish is as under :-
curl -F 'access_token=dsdsdsd' \ -F 'message=' \ -F 'uid=23434' \ -F 'attachment={"media": [ { "type": "image", "src": "http://url.com/videothumb/465_06122010_p_bizpiyushgargeng_48271_10754.jpg" }], "name" : "{Markets likely to scale back: ICICI Sec", "description" : "ICICI Securities CIO Piyush Garg says theres a fair chance of scaling back in the market as most of the domestic negative news has already b...", "caption" : "News" }' \ https://api.facebook.com/method/stream.publish
While using graph API I am not able to 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