Accessing Facebook within Unity
I’ve been struggling lately to get Facebook to work inside my Unity game as I wanted to use the new Graph API and the compiled .dll had to be .NET 2.0 to work within Unity. There was also the issue of finding a good JSON library that worked with .NET 2.0 and the fact that Mono had issues accessing https via the System.Net library…


