bertrando / facebook-actionscript-api

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

Problems to send a Link to the Wall #183

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Hello I use to send a Link to a users wall. inthe following my sample code.

var args:Object = { message:"Message",
            link:"http://www.google.de",
            name:"Name",
            caption:"Caption",
            description:"Description"};

FacebookDesktop.api("/me/feed", submitPostHandler, args, "POST");

What is the expected output? What do you see instead?

In the submitPostHandler-function I get following error-message:
(#100) The post's links must direct to the application's connect or canvas URL.

What version of the product are you using? On what operating system?
FlashBuilder 4 with SDK 3.5, Wicdows 7

Please provide any additional information below.

In the application-settings I set the Canvas URL to iFrame. Do anywhere know 
what is wrong with my code?

Original issue reported on code.google.com by andreas-...@web.de on 19 Oct 2010 at 12:56

GoogleCodeExporter commented 9 years ago
From various forum posts 
(http://forum.developers.facebook.net/viewtopic.php?id=77119 for example), it 
looks like you should go on to Faceback and adjust your advanced application 
settings such that "Stream post URL security" is disabled.

Original comment by alan...@gmail.com on 19 Oct 2010 at 6:42

GoogleCodeExporter commented 9 years ago

Original comment by edwar...@gmail.com on 12 Jan 2011 at 10:58