Google Plus API get photo albums/videos
问题 How can I get the Google Plus Photo Albums for a user or a page? I can get the activities (post/video/photo) all together. This is the code I'm using: 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 =