Steps to Reproduce:
//Init Javascript SDK
FB.init({
appId:'204874249538850', cookie:true,
status:false, xfbml:true, oauth:true
});
//Create action links
var strActionLinks = '[{"name": "' + 'Listen'+ '", "link": "' + 'http://www.myusic.com/DailyPosts/Tina_Munim.html' + '"}]';
var action_links = JSON.parse(strActionLinks);
Then post on the wall of the profile page http://www.facebook.com/pages/Myusic/196053677086787
var obj = {method: 'feed',
link: 'http://www.myusic.com/DailyPosts/Tina_Munim.html',
picture: 'http://www.myusic.com/DailyPosts/Tina_Munim.jpg',
name: 'Tina Munim',
caption: 'Explore, Discover, Share...',
description: 'Some description',
actions: action_links,
from: '196053677086787'
};
FB.ui(obj, callback);
Expected Behavior: The post should appear on the page. Clicking on the link should take the user to the web site
Actual Behavior: The post appears on the page. But clicking on the link does nothing