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
Original issue reported on code.google.com by
andreas-...@web.de
on 21 Oct 2010 at 8:52