My app uses some Facebook data, like birthdays. In iOS5 I use the Facebook SDK to download the user's friends' birthdays with a "Login to Facebook" button. This works great but now with the release of iOS6 Facebook is integrated with iOS6 if the user decides to connect his iDevice with his Facebook account. So this introduces a couple of problems for me.
- How do I know if the user has connected his iDevice to his Facebook account?
- How do I know if the user has connected his iDevice if he has granted the Contacts.app to use Facebook (so I can grab the user's friends' birthdays)