Hi programmers, Currently I have an App that running for few months. Since, Facebook deprecating existing method of publishing FeedDialog and Feed to User/Friend's Wall... I need help to integrate the Facebook.streamPublish or/and stream.publish to continue working as usual. I have prepared all the necessary codes such as below ( in real, they have been changed to reflect my App ) $message = 'Check out this cute pic.'; $attachment = array( 'name' => 'i\'m bursting with joy', 'href' => 'http://icanhascheezburger.com/2009/04/22/funny-pictures-bursting-with-joy/', 'caption' => '{*actor*} rated the lolcat 5 stars', 'description' => 'a funny looking cat', 'properties' => array('category' => array( 'text' => 'humor', 'href' => 'http://www.icanhascheezburger.com/category/humor'), 'ratings' => '5 stars'), 'media' => array(array('type' => 'image', 'src' => 'http://icanhascheezburger.files.wordpress.com/2009/03/funny-pictures-your-cat-is-bursting-with-joy1.jpg', 'href' => 'http://icanhascheezburger.com/2009/04/22/funny-pictures-bursting-with-joy/')), 'latitude' => '41.4', //Let's add some custom metadata in the form of key/value pairs 'longitude' => '2.19'); $action_links = array( array('text' => 'Recaption this', 'href' => 'http://mine.icanhascheezburger.com/default.aspx?tiid=1192742&recap=1#step2')); $attachment = json_encode($attachment); $action_links = json_encode($action_links); $facebook->api_client->stream_publish($message, $attachment, $action_links); Code (markup): I just need someone to help integrating this, and I will be paying $5-10. Just need help on integration, so I think it's reasonable. Please sen me PM.
Received two offers. But still open for programmers since they havent confirm yet whether they are familiar with stream.publish.