I am building website that will be using facebook connect.
Once the user connects with facebook I want to show them the friends they have with upcoming birthdays in the next 4 months.
The trick is that I want to do this with purely client side code. Is it possible to do that with just HTML/CSS and Javascript?
If anyone could show me a demo of how to do this, it would be greatly appreciated.