I am developing a Windows 8 tile app/Metro (Windows RT) application. I have experienced some problems linking with the C# client object model assemblies due to limitations in RT.
I was hoping I might use the JavaScript OM, but that does not appear to work either.
Is the best approach to use REST without any helping libraries? I have found authentication to be a challenge here.