bertrando / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

action_links JSON_decoding error when publish stream post #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.using PublishPost command to publish a message only post 
2.facebook error is JSON_decoding error of action_links
3.

What is the expected output? What do you see instead?
success event is expected, error instead. 

What version of the product are you using? On what operating system?
Facebook_library_with_AIRConnect_v3.2_flex.swc, windows

Please provide any additional information below.

Original issue reported on code.google.com by yuan.w0...@gmail.com on 28 Aug 2009 at 2:54

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
Thanks dan.bany.

Original comment by yuan.w0...@gmail.com on 16 Sep 2009 at 2:10

GoogleCodeExporter commented 9 years ago
Same thing happend to me

Original comment by grkrukow...@gmail.com on 30 Sep 2009 at 2:32

GoogleCodeExporter commented 9 years ago

Original comment by wgorgic...@gmail.com on 12 Jan 2010 at 8:38