views:

20

answers:

1

We are in need of a small application that interacts with facebook. Whether integrated as a facebook application, or hitting external APIs, it needs to do the following:

a) have access to a specific page

b) whenever new comments appear, specific people are notified (as long as I can get a page's comments I can work the rest out)

c) whenever someone comments, an email is sent to them (again, if I can get page's comments, and contact info of whoever commented, I can do this)

I'm researching this, but if anybody knows already if this is possible, and if so could point me in the right direction that would be great!

Thanks

A: 

I was able to do this with FQL

Lowgain

related questions