Retrieve Facebook User ID (or anything unique) without Authentication? -


is there anyway facebook id of user without forcing them authenticate? i'm trying create app page user can add answer poll once, need able identify viewers kind of unique identifier.

my preference not force them log in. think it's bad ux add 2 steps can make sure facebook user on facebook page unique. don't need permissions profile/etc.

btw, i've seen similar questions though nothing current or close enough me.

no possibility if don't make user log in, security reasons, user has aware collecting information him, it's why there login.

with php sdk, id after login:

$userid = $facebook->getuser(); 

Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - EclipseLink JPA Object is not a known entity type -

java - Need to add SOAP security token -