Google+ API plus.me

后端 未结 4 1682
臣服心动
臣服心动 2021-01-06 07:04

The question: How to use people.get with the \"me\" parameter?

I know how to get the json object when using https://www.googleapis.com/plus/v1/people/{id}?key=

4条回答
  •  失恋的感觉
    2021-01-06 07:12

    We have developed a .NET client library for Google+ APIs. This library makes it very easy to use Google+ APIs from any .NET programming languages like C#, VB.NET or ASP.NET

    You can find more details about the .NET library for Google+ here: http://www.googleplustips.com/resources/3332-NET-Library-Google-APIs-released.aspx

    The current version supports all Google+ APIs version 1, and works with API Key. Calling any Google APIs require only a single method call.

提交回复
热议问题