Reputation: 8166
var obj = {
method: 'feed',
link: mylinkt,
picture: 'http://fbrell.com/f8.jpg',
name: 'Poonkt.us - My new Quote!',
message: 'Test?', //<<--cant I access this?
description: desc
};
FB.ui(obj);
Is there any possibility I can change the Facebook feed dialog's message parameter?
Thanks in advance.
Upvotes: 0
Views: 1891