[Flashcoders] Re: [SOLVED] facebook actionscript graph api - post to /feed

2011-04-15 Thread allandt bik-elliott (thefieldcomic.com)
Hey Do you know if it's possible to retrieve user ids from the request_ids array returned by the Facebook.ui(apprequests, ) dialogue? I've tried the following: Facebook.ui(apprequests, { message:select some friends }, handleAppRequest, iframe); which allows the selection of friends to

[Flashcoders] Re: [SOLVED] facebook actionscript graph api - post to /feed

2011-04-15 Thread allandt bik-elliott (thefieldcomic.com)
the documentation seems to say that it can: http://developers.facebook.com/docs/reference/dialogs/requests/ http://developers.facebook.com/docs/reference/dialogs/requests/The content of a request object looks like this and should be accessed using the signed app secret: but it doesn't actually

[Flashcoders] Re: [SOLVED] facebook actionscript graph api - post to /feed

2011-04-15 Thread allandt bik-elliott (thefieldcomic.com)
okay i got it it should be the following: Facebook.ui(apprequests, { message:select some friends }, handleAppRequest, iframe); private function handleAppRequest(result:Object):void { for (var i:int = 0; i result.request_ids.length; i++) { var requestID:String =