I want to create an AnalyticsRequest object using oauth. Everything is working accept the callback page. With the client lib for youtube my code looks like this;
settings = new YouTubeRequestSettings(appName, clientID, developerKey(string)Session["token"]);
YouTubeRequest request = new YouTubeRequest(settings);
and for analytics
gt.request = new AnalyticsRequest(new RequestSettings());
but I cant seem to find the right overload of the constructor of RequestSettings.