Hi guys
I've set up the Facebbok login for my app using the GoViral class.
Just wondering if there is a list somewhere of what you can access, and how, when listening to events?
For example, I'm using the requestMyFacebookProfile() method to retrieve their unique user ID, but I have no idea how to access the ID via the returned data once it gets to...
private function onFacebookEvent(e:
GVFacebookEvent):void
{
}
I can't see a list of the properties you can access in the docs.
Cheers for taking a look.