I am trying to link our produce in with the Facebook Login plugin. It mentions the data-perms attribute to get data about the user, for our own use (i.e. so we can create a user account in our database. I know, obviously, we can't get the password, but I am wondering what attributes we do have access to. Currently the only ones I can find are email and user_checkins. Does anyone know what the other options are? I've Googled it for a while but I can't find any kind of definitive list or anything. The only documentation I have found is http://developers.facebook.com/docs/guides/web/#login, which only mentions the above two fields.
Also how do you access the information after they've logged in? I am still researching this but if anyone can post a quick answer about this I'd much appreciate it.
Edit: Just found an apparently definitive list of available data: http://developers.facebook.com/docs/reference/api/user/
Regards, Richard