Can I get the user_id without him acepting my app?
I need to build a poll app that should not require auth do vote. If I can store the user_id I can make sure all votes are unique…
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It is very limited what you can get when the user didn’t install your app. Because getting the uid is the same as getting all public data for the user (you can query all public data with that uid and any access_token of some other user). So, unfortunately, you have to ask for an app install when you want to use Facebook to track if the user has already voted.