I intend to have an array of empty sprite boxes in my Facebook Game that will show images of the player's friends that he can invite to play the game.
But, I'm stuck...
Is there a way to get a list of Facebook friends belonging to the player?
I have tried looking at the problem this way:
1. I looked through the available Facebook actions, conditions, and expressions and realized there was no way to access the friends list. Also, I am not interested in the Score API output for now.
2. I was hoping to use the AJAX plugin to send a Request URL to "https:/graph.facebook.com/APP_ID/friends". And then I realize I had no way to glean the Access Token.
3. I looked through the js code for Facebook and realized I would have to make quite substantial changes.
Is there a way to retrieve the friends list in another way?
What is the current picture like for a solution to this problem in the next few patches for C2?
Thanks,
Gavin