I have created a small application , basically a quiz application ( I am about to launch that in a free web hosting website). I want to integrate that with Facebook. But there are mainly 2 issues.
-
I want the application to be used only by FB users who are member of a particular group (Its a closed group) which i created.
-
As soon as the quiz is over , the final score should be posted in the group wall.
PS: By integrate i mean , They can only begin the test when they signup using Facebook.
Any other ideas are welcomed.
There are quite a few things you’ll need to do. Assuming you’re using the FB JS SDK, you’ll need to use the following…
Partial example using FB JS SDK (group checking unimplemented)…