Our software engineering class is currently working on an assignment where we're to create a Java applet that connects to Facebook, allows the user to choose a friend from their friend list, then retrieves that friend's birthday and returns the day of the week that friend was born on.
Now, I've completed the Java applet portion, and it currently allows a user to input any day, month, and year. The day of the week algorithm works perfectly. However, I haven't completed the Facebook portion yet since our class has not covered any sort of Facebook development at all thus far, and the assignment is due in one week.
Anyway, I found an API called "RestFB" which seems like it would be easy enough to learn in the week or so left before this assignment is due. I was wondering if anyone had experience with connecting Facebook to a Java applet, and if so, how can it be done? All I need to do is connect the user, get their friends list, and get the birthdate of the chosen friend. Does anyone have any idea how that could be done? (I know just as much about Facebook development as my instructor, but I'm willing to learn.)