I have been trying to get a Facebook user\'s birthday through Facebook Connect but I have not managed to do so. The same code worked previously and still works on other site
I had some success to query standard_user_info
table via an offline access_token.
But I cannot find documentation for the date format. The date I get is like "March 4, 1999".
They have changed things up (again). When you build the Login button for Connect, you can request permission to the birthday, like:
The documentation says, "Once the user authorizes your site, you can fetch those fields from the user's profile..."
http://developers.facebook.com/docs/guides/web#login
Facebook currently made birthday as extended permission. Did you allow birthday extended permission ? Until user approve birthday extended permission you couldn't retrieve his birthday.