I am using heroku, php and javascript, I am a complete newb.
I have a facebook app that asks the user for their name, birthday and email address. I want this information emailed or inboxed to me or better yet create an event on my xxxbirthdays calendar?
Facebook can’t send emails for you. You’ll have to implement sending emails in your server side code. Easiest to use the built in php
mail()function.Friend’s birthdays already appear on your calendar, but here is the documentation for creating events –