Can't get birthday from Google Contacts Data API in Ruby on Rails
Posted
by DarkFox
on Stack Overflow
See other posts from Stack Overflow
or by DarkFox
Published on 2010-05-31T18:56:04Z
Indexed on
2010/05/31
19:03 UTC
Read the original article
Hit count: 203
I am trying to get a user's contact's birthdays, from Google's data API using the gdata gem. But even though I use the full feed, it does not include the gContact:birthday element.
I have also tried fetching only one contact, but the birthday element is still missing.
© Stack Overflow or respective owner