I need to create an input that looks uses autoSuggest to lookup my friends list and send their 'facebook id' to a Django/Python script. I've completes this without a hitch.
Eg: http://f.cl.ly/items/1J0F3i062n1M0a131T3c/Screen%20Shot%202011-10-20%20at%205.34.35%20PM.png
BUT, what to do with this 'facebook id' array on the other side.
Is it possible to loop though this list to invite these users to use a 'Facebook App'?
Thanks in advance.