Possible Duplicate:
How to get friend's birthday list using facebook api?
I’m developing an application and all my users are also facebook user. Now I want to send emails from admin section to that user’s friends about his birthday. Is this possible?
It’s not possible to retrieve a user’s friend’s email address, so you won’t be able to do that.
It’s trivial to retrieve a user’s friend’s birthdays provided they’ve given you the appropriate permissions though. You’ll need the
friends_birthdaypermission to do this, and once you have that permission the query is just/me/friends?fields=birthday