Forums

  • Home
  •  » Stream
  •  » Adding fbml//html to stream publish??

#1 2009-11-07 01:54:38

claudfs
Member
Registered: 2007-10-25
Posts: 559

Adding fbml//html to stream publish??

Code:

var attachment = 
{   'caption':'{*actor*} hohoho:',
    
    'properties':
                    [{  'text':'<?=$names;?>',
                        'href':'<?=$app_canvas;?>',}],
                       
    'media':
                    [{  'type':'image',
                        'src':'<?=$logo;?>',              
                        'href':'http://bit.ly/hifZk'}]}; 
    
                                               
var actionLinks = [{ "text": "Eish", "href": "<?=$app_canvas;?>"}];                      

                        Facebook.streamPublish('', attachment, actionLinks, '', '', '');

How do i add fbml or html into the stream publish command?? i've tried everything..

Offline

 

#2 2009-11-07 03:44:14

anatolyl
_Moderator_
From: Israel
Registered: 2007-10-16
Posts: 3782
Website

Re: Adding fbml//html to stream publish??

Not possible. There is a bug in bugzilla opened for this (it seems like by design though).


Anatoly Lubarsky

Offline

 

#3 2009-11-07 04:35:26

zerostar07
Member
From: Crete
Registered: 2008-02-29
Posts: 1920
Website

Re: Adding fbml//html to stream publish??

please vote for this bug: http://bugs.developers.facebook.com/sho … gi?id=7357

Last edited by zerostar07 (2009-11-07 04:48:38)


-George

Offline

 
  • Home
  •  » Stream
  •  » Adding fbml//html to stream publish??

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson