Google plus API get the Activities List in C#.net librarry
问题 I'm Using the .net Google Plus API and i want to get the list of activities of a specified profile(page/user..). I have this code which i get it online var provider = new NativeApplicationClient(GoogleAuthenticationServer.Description); provider.ClientIdentifier = GoogleIdentifier; provider.ClientSecret = GoogleSecret; ActivitiesResource.Collection collection = new ActivitiesResource.Collection(); var service = new PlusService(); service.Key = GoogleKey; ActivitiesResource.ListRequest list =