I am the admin of a facebook page. I have a https php page that can be linked in the left menu of this facebook page.
I want my fans to vote for some 5 options in the page linked, only one of these options. It's a contest in fact, we want our fans to decide which blog is the best.
How to do this?
1.-Basic js libraries I need in the php page.
2.-How to know if this person is a fan of my page
3.-How to save the vote of the person in my database? I suppose this is necessary.
Any other way of doing it is welcome.