I'm trying to incorporate Facebook features into a site. I'm decent with JS and PHP .. the site is based on CodeIgniter, and so far I have implemented the JS SDK, but have seen no reason to implement the PHP SDK.
I have no previous experience with Facebook integration. It's hard to find current info online, so I'll ask here.
What I have is a site geared towards live jazz musicians. Musicians have set up profiles, and I have now added a field to save their Facebook ID in SQL as well. The site presents a large datagrid of the players, sortable in various ways, with nifty AJAXy ways to bring up extra info.
What I would like to do is have "audience members" also be able to visit the site at gigs, login, and send "applause" to individual players. It's not "liking", since I want them to be able to applaud the same players on different nights. (with a time differential). The "applause" will also be stored onsite as a "points system".
I am doing my research, just looking for a helpful nudge in the right direction.
- What form/mechanism can the "applause" take?
- Is it possible for the "audience member" to trigger an action that posts on his wall, as well as the wall of the musician he applauds?
- Is it possible to achieve this just with the JS SDK?
EDIT*
Just to clarify - I would like to eventually include all live musicians in a city and to somehow give them "scoring" based on good performances/gigs. Not just one-off "likes"/"I'm a fan" indicators. But repeat-able "you played really well tonight" points.