Questions tagged [google-domain-api]

With the Google+ Domains API, Google Apps customers and ISVs can build custom Google+ functionality and services for people who use Google Apps at college, at work, or at home. Organizations can develop tools to interact with Google+ features such as posts, comments, and circles.

With the Google+ Domains API, Google Apps customers and ISVs can build custom Google+ functionality and services for people who use Google Apps at college, at work, or at home. Organizations can develop tools to interact with Google+ features such as posts, comments, and circles. These tools can be used to spread information, reinforce communications, and grow productivity in an organization.

61 questions
2
votes
1 answer

is there anyway to test google webhook without having any registered domain over ssl?

I am writing something where my program expecting a webhook callback when something changes on google drive in a specific file, I am through with business logic however I am unable to get webhook callbacks as I don't have any secured domain over…
Alok G.
  • 1,388
  • 3
  • 15
  • 26
2
votes
1 answer

Google+ API - insert/update status on Google+

I have a question about Google APIs. My goal is to post status to our Google+ company page from server. So it has to be server-side, completely. I saw hundreds of pages from Google documentation, but I don't understand it at all. When I try to…
Jakub Dibala
  • 95
  • 2
  • 8
2
votes
0 answers

How to use google domains apis in .Net Applications

I'm trying to get person data using following .net(installed application) code. but it gives me error forbidden UserCredential credential; using (var stream = new FileStream("path to the secrets json", FileMode.Open, FileAccess.Read)) { …
Chamika Sandamal
  • 23,565
  • 5
  • 63
  • 86
2
votes
0 answers

share photos on google plus using HTTP API

I am trying to post photos to google plus via HTTP API(No SDK used) from my webpage. Here is my code