bertrando / facebook-actionscript-api

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

Update a status on users wall #187

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,

I send a status update on my wall with following AS3-code:

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

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

This message can be seen by friends and also with my application. How is it 
possible that all friends can view this status? It is possible with the 
Graph-API from Facebook

Original issue reported on code.google.com by andreas-...@web.de on 21 Oct 2010 at 8:52

GoogleCodeExporter commented 9 years ago

Original comment by rovertn...@gmail.com on 7 Oct 2011 at 2:53