facebook-dashboard

Facebook Dashboard API.... fail to use it :|

This question is about Dashboard.addNews and Dashboard.publishActivity Facebook has told the public about its new Dashboard API, however it hasn't provided any updates on its library to use the new code. So I followed the advice in this link http://forum.developers.facebook.com/viewtopic.php?pid=197753 to add the new functions to the ...

trying to get facebook dasboard.publishActivity to work in c#

here is the php code that works. $fb_activity_message = '{actor} started a game'; $fb_activity_array = json_encode(array('message' => $fb_activity_message, 'action_link' => array('text' => 'Play Now','href' => 'http://apps.facebook.com/mygame'))); in c# I use http://www.codeplex.com/Json to encode and here is the final jso...