What do you need to do to a JsonServiceClient in order to call a remote service that is secured by oAuth providers (i.e. Facebook, GooleOpenId etc) + AuthenticateAttribute? My client has already authenticated against facebook? How do you configure the JsonServiceClient object here and with what?
Any examples of this? It seems to be a very common scenario of a Xamarin phone app calling a secure and remote web service, that's all we are trying to do here.