Google+ API : Get Profile's currentLocation

前端 未结 3 383
青春惊慌失措
青春惊慌失措 2021-01-31 07:36

I\'m currently building a test and trying to get a google+ user location. I\'m testing on myself and have set my position to public.

I was originally planning to use Goo

3条回答
  •  [愿得一人]
    2021-01-31 08:25

    Access to location data is restricted to users who have granted you access to their location data at the time that the OAuth token was generated.

    You have to specifically request access to location data in the scope parameter.

提交回复
热议问题