I am currently creating a test and trying to find the location of a Google+ user. I test myself and set my position publicly.
I originally planned to use Google Latitude, however, since Google has deprecated this API several times, my only option is to use the Google+ API.
The currentLocation parameter was added a few months ago
So I'm trying to get this. But this failed.
I tested my own server using the PHP API and then the JS API with Oauth2.0, but this damn parameter is never sent back. I can get any other parameter, but definitely not the one.
Then I tested in google + explorer, but the same thing, nothing worked
Has anyone already encountered a similar problem?
I have some ideas where it might come from:
- Does Oauth2.0 provide access to this information (I have tried any possible amount of data)
- Is there a bug in this function?
- Is this restricted to verified users?
- Or maybe it's just not possible?
Thank!
littlebridge Jul 31 '13 at 15:22 2013-07-31 15:22
source share