Closed GoogleCodeExporter closed 9 years ago
The Facebook.ui call is used for multiple methods besides app requests (even in
the Javascript API), therefore it's up to the developer to figure what proper
params are required by researching Facebook's docs.
Original comment by rovertn...@gmail.com
on 29 Aug 2011 at 4:41
[deleted comment]
Hi rovertnnud,
That's all good, and I understand that it's up to the developer to do the right
calls.
However, it seems to me that it's your documentation that may(?) be in error.
The docs at:
http://yourpalmark.github.com/facebook-actionscript-api/docs/
...mentions that the "to" property is "A comma-separated list containing user
IDs or usernames."
Meanwhile, the official Facebook docs at the previous url describes it as a
singular item:
"A user ID or username. This may or may not be a friend of the user. If this is
specified, the user will not have a choice of recipients. If this is omitted,
the user will see a friend selector and will be able to select a maximum of 50
recipients. (Due to URL length restrictions, the maximum number of recipients
is 25 in IE7 and also in IE8+ when using a non-iframe dialog.)"
To date, I have only been able to get it to work with a single Facebook ID.
Perhaps I'm looking at the wrong documentation for someone else's package with
an identical name? If so, my apologies.
Original comment by jeremyt...@gmail.com
on 29 Aug 2011 at 9:35
Ya, yourpalmark is an active contributor to the FB for Actionscript API, but
his docs are not the official ones, sorry. You can find the official ones at:
http://facebook-actionscript-api.googlecode.com/svn/release/current/docs/index.h
tml
Original comment by rovertn...@gmail.com
on 29 Aug 2011 at 9:42
Many thanks!
Original comment by jeremyt...@gmail.com
on 29 Aug 2011 at 11:30
Is there another solution to this issue or is simply not possible to send app
invitations to a set of (predefined) multiple friends without displaying the
friend-selector dialog?
Original comment by andre.se...@gmail.com
on 27 Sep 2011 at 9:15
Unfortunately, it doesn't look like it. After scouring the web and consulting
multipledevelopers, it ends up that you either use the multi-friend selector or
you have to make multiple individual calls. TjeOld REST API version used to be
able to do this but has since been deprecated.
Original comment by jeremyt...@gmail.com
on 27 Sep 2011 at 3:56
Original issue reported on code.google.com by
jeremyt...@gmail.com
on 26 Aug 2011 at 5:44