Pergunta

Is there a way to post data from a ASP.NET application to Google+ account of a user. Does Google+ provide any API for the .NET platform?

Foi útil?

Solução

As of 9-7-2011, the API has not yet been released:

http://googleplusplatform.blogspot.com/

There is, however, a platform preview for which you can sign up:

http://www.google.com/+/learnmore/platform-preview/

Here is some discussion of the issue as well as some unofficial (that is to say, they will break eventually) APIs:

http://blog.programmableweb.com/2011/07/18/the-unofficial-google-plus-api-wait-which-one/

Outras dicas

Since the Google+ API is now available, you can use the Google APIs Client Library for .NET to access the API.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top