Closed GoogleCodeExporter closed 9 years ago
Detected problem with stream.publish and action links. Error is returned if
action link is null or empty Strings.
Action links is optional in API.
Command works for me with an action link :
var actionLinkData:ActionLinkData = new ActionLinkData();
actionLinkData.href = "http://www.google.com";
actionLinkData.text = "Go google it";
var call:PublishPost = new PublishPost(message,null,[actionLinkData],getId());
Original comment by dan.b...@gmail.com
on 2 Sep 2009 at 9:48
Thanks dan.bany.
Original comment by yuan.w0...@gmail.com
on 16 Sep 2009 at 2:10
Same thing happend to me
Original comment by grkrukow...@gmail.com
on 30 Sep 2009 at 2:32
Original comment by wgorgic...@gmail.com
on 12 Jan 2010 at 8:38
Original issue reported on code.google.com by
yuan.w0...@gmail.com
on 28 Aug 2009 at 2:54