Не получается прикрепить дополнительные ссылки к посту на стене. Вот код:

Код AS3:
var params:Object = { message:'User message',
picture: 'http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/facebook/images/glee_quiz_138.jpg.adimg.mw.138.jpg',
link: 'http://gamesite.com',
name: 'Play my level',
caption: 'Game name',
description: 'bla-bla-bla',
properties: [{ name: 'Do not have Game name, get it for free here at',
text: 'iTunes AppStore',
href: 'http://itunes.apple.com/en/app/gamename/id0123456789'
}],
icon: 'http://www.facebook.com/images/russian/style3/icons/default_app_icon.gif',
type: 'link'};
FacebookMobile.postData('me/feed', resultHandler, params);
Библиотека:
GraphAPI_Mobile_1_8_1.
Все отображается как нужно, но
properties - игнорируются.
Вот
пример, который демонстрирует Facebook. Как сделать поля, как у них?