Facebook Connect
I have spent a few weeks putting together a basic web site which uses Facebook connect as authentication.
I have studied 'theRunAround', the provided example application. However the code is convoluted and uses a large number of files and classes, most of which have a lot of functionality that I have no need for. I have also had a good read of the documentation.
My code works almost all the time. However, occasionally I receive strange, unpredictable errors.
Required Features
- Check if user is already logged in to Facebook, if so, retrieve the fb_uid, name, profile pic
- Return a list of friends which have also connected to this application
Are there any tutorials, better than the ones provided by Facebook regarding such simple functionality?