Questions tagged [google-plus-domains]

43 questions
0
votes
1 answer

Get User Organizations with Google Plus API

I am trying to get the organizations from a user with Google+ API or Google+ Domains API. I am following the steps on the official documentation and the logic I'm using is this one:
0
votes
0 answers

Posting Article from PHP website to Google Plus

I am working on PHP website built with Yii 1 framework. I want to make articles auto posted to Google Plus business page related to the website. I create test business page on Google Plus related to my Google account and website I work on. I can…
0
votes
3 answers

Google Plus Creating a Post - Rest API -Forbidden

I got this error message when I try to create a post to user's wall by calling this rest service. Can somebody help me?
0
votes
1 answer

Google+ Domains API: missing activities

I'm programmatically reading user's private post from Google+ Domains API using the Java class com.google.api.services.plusDomains.PlusDomains.Activities.List as documented here, and I'm using the domain authorized service account and PCKS12 file so…
0
votes
0 answers

Insert a comment on a Google+ page

How to post a comment or reply to a comment by using the google+ API? I tried this: $service = new Google_Service_PlusDomains($client); try { $activity = new Google_Service_PlusDomains_Activity(); $activity->setObject($text); …
G.E
  • 1
  • 2
0
votes
1 answer

APIs Explorer ipRefererBlocked

How to use Google API Explorer? https://developers.google.com/apis-explorer/#p/plusDomains/v1/plusDomains.people.get I would like test Google+ Domains API and even via API Explorer I receive 403 error: { "error": { "errors": [ { "domain":…
0
votes
1 answer

Circles: addPeople for gmail accounts

The Google+ Domains API specifies a number of operations that can be done using Google Apps accounts for a domain. In PHP, these methods are google_plus_circle_get google_plus_people_add google_plus_message_send …
0
votes
1 answer

How to access Google plus domains api using GoogleApiClient object?

The documentation here says the following Warning: The Google+ Sign-In button and the plus.login scope used by Google+ Sign-In, are not currently supported for use with the Google+ Domains API. Requests that are made to the Google+ Domains API…
akshay1188
  • 1,647
  • 2
  • 17
  • 35
0
votes
0 answers

400 Bad Request "error" : "invalid_grant" while creating circle in google plus from android

I want to create circle in Google plus from my android app, for this I'm working with Google plus domain APIs then for API authentications i am following these steps and configuring all things that describe here:…
Deven
  • 3,078
  • 1
  • 32
  • 34
0
votes
1 answer

Google+ Domains API: missing fields in activities.list method response?

According to the documentation, the activities.list method of the Google+ Domains API should return an activity resource containing an access field structured like this: "access": { "kind": "plus#acl", "description": string, …
Skice
  • 461
  • 5
  • 18
0
votes
1 answer

Google plus api: missing attachment on some posts

I've a problem with google domain api: when I get the list of activities of a user, for certain activity the attachment is missing. Exactly, I can't see attachment for post like: - google drive file links, for which google plus in his interface puts…
-2
votes
1 answer

How to post to google plus profile using api?

I am currently developing a website which helps to post directly on social networks. But I couldn't post to a Google plus profile. I searched the whole Google+ API developer document, but I couldn't find out any api to post in a Google plus profile.…
Sruthy
  • 87
  • 1
  • 8
-2
votes
1 answer

how to post images using plusdoamins on google plus

I want to post/upload an image/picture to Google+ stream/wall in C# asp.net I have Google a lot but could not fine any solution so that i could post an image from my application to Google plus wall. please help. Thanks in advance
1 2
3