I am building a feature that will allow users to post to multiple friends' walls on Facebook. I'm using an FBML multi-friend input to let users select an arbitrary number of friends with whom to share.
I know how to use the API to post to multiple Facebook walls, but I need the IDs of the users in the multi-friend input. The problem is that the input is in a Facebook iFrame, so I can't just read off the ids with javascript.
Does anyone know how to work around this?