Facebook API: Who and your App?
25/08/09
When creating a Facebook App with the Adobe Flash Facebook API, it’s pretty useful to know which of the users friends, has also added your Facebook App for scoreboards etc. A simple FacebookCall using GetAppUsers and then interpreting the returned data with GetAppUserData can yield an array of UID’s or raw XML. The code below [...]