Ok so I am developing my first facebook app, it is a very simple voting system everything is going to be on my db and in facebook using an iframe. I do not need to access user information or post to a wall for them or anything like that. I do however need to track users to prevent them from abusing the voting system. I am not sure but is there a unique identifier I can store from the user without requesting permissions? Ie. user token, or id or w.e.
I read the basic information portion of the facebook permissions but I can't understand whether that is data given without permissions request or after the permissions request prompt.
https://developers.facebook.com/docs/authentication/permissions/ (basic information section)
