I'm finding it hard to hook up the new Facebook SDK properly. I followed this step-by-step guide and was very surprised by the fact that this version of the SDK requires an actual .pkg installation. Not only that, but the SDK needs to be referenced by the project (not copied into it). So what happens if someone checks out a working copy of the project and doesn't have the installation in the same exact relative path? Furthermore, I'm having difficulties configuring the SDK path so that it works even if the collaborators DO have the SDK installed in the same exact relative path (the SDK is not found and needs to be reattached for every commit).
This is a huge inconvenience and I was wondering if anyone ever tackled this problem successfully. I tried copying the resources into the project but no dice (doesn't build).
Thanks for your time and efforts.
