We plan to make a new application. One person will be the first by voting in the competition. We want to prevent voting by opening false accounts.

  • Can we get the opening day of a Facebook account?
  • Are there any other ways of detecting false accounts?
link|improve this question
1  
This might assist you : facebook.stackoverflow.com/questions/7332957/… – Lix Feb 1 at 13:04
feedback

2 Answers

  1. "Can we get the opening day of a Facebook account?"
    • First it's difficult because facebook doesn't expose that column of the user table with the public API.
    • Also if you try to loop back thry the is starting to limit how far back we can go in the stream, so you might not find the stream item Lix refers to.
  2. "Are there any other ways of detecting false accounts?"
    • you can check the verified property of the user
    • you can set stipulations of a minimum number of friends
    • you can check to see if they have a profile picture setup other than default
link|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers accepted. Thank you! – DMCS Apr 17 at 20:06
feedback

The date you opened the account now shows in the timeline. What is needed is a profile pic taken from a scanned licence or something that can never be deleted and is available for verification. (having the system black out the info other than the foto)

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.