I have implemented google plus one button in my code for the recommendation feature(like that of "Like" in facebook).but when i run my code it shows a dilog box .
The share option is not working properly since it post some blank text on the wall.So…
I am trying to fetch Gender and Date of Birth using PersonAPI provided by Google+ but I am receiving a Server Side Error in my Logs.
Here is my Logcat:
com.google.api.client.googleapis.json.GoogleJsonResponseException: 403 Forbidden
{
"code" :…
I am trying to make a request from the G+ API in order to populate a list of userIDs based on a text post query. I am using a while loop to work through the returned list of users and after a while I get a HTTPError 400. I believe this is due to…
I was trying to integrate google plus comment box into my MEAN 2.0 website by following this link. I configured few things as per angular2 way but not sure if that is the correct way to do that. Please guide me to integrate it as not much help i…
Is there an endpoint for the google api to find out how many requests I have left in my 10k daily limit? I know I can sign into my account and view it, but I would like to integrate the number directly into my application.
I'm trying to retrieve the list of friend list using Google + API. but it returns an empty list every time. Have they disabled it? Used https://developers.google.com/+/web/api/rest/latest/people/list?authuser=0#examples to test this.
Since The…
I'm trying to paste my website's page link in my Google+ page comments, but its says "The link isn't valid".
I recently added Twitter Cards code to my pages HTML/PHP code, might it have affected it? How can I fix it, so that Google+ shows not just…
I was trying to create an automatic post to Google plus from my own CMS. I've tried Google Plus Domain API. But I always get Forbidden log although I've put the right scope, and I've set the permission on my Credential.
Here is my…
Good day.I am trying to call the api method.All goes good,the screen of login is being represented to user with request of its circles,and boom as soon as im trying to get the people list from circles it goes with error…
I am using Google Places API Web Service. Place search and Place details to get business information. Is it possible using placeid or some other way to get business google plus page? and get details such as Tagline? Description?
example or link…
Plus.PeopleApi.load(mGoogleApiClient, listID).setResultCallback(this);
When I use the above code in a device >= 5.0 it works flawlessly, but, on a device below that. I get code 7 i.e. N/W error. Why is that?
Context
We are successfully using https://accounts.google.com/o/oauth2/auth to acquire an authentication_code with the following app permissions.
Know who you are on Google
View your email address
View your basic profile info
We are also…
Iam trying to implement Google+ Sign-In into my Xamarin Android Application. I just got an Activity which shows a Google+-Button for SignIn. But the OnConnected Callback is never thrown by the ApiClient.
I implement the…
So i'm currently working with the soundcloud api and when i'm trying to authenticate users nothing seems to happen in the SFSafariViewController it's just a blank screen. So after you enter your email and password your presented with this.
Here is…