i am developing a class library for a web server and used Google+ API to get information from my G+ profile.
For authentification i use https://developers.google.com/api-client-library/dotnet/guide/aaa_oauth (Service account).
When i query myPlusService.People.List("myGoogle+Id",PeopleResource.ListRequest.CollectionEnum.Visible).execute();
it delivers empty result, even though there are some when i use this platform: https://developers.google.com/+/api/latest/people/list
Is the problem lies in Credentials? If yes, which method should i use? Thank you.