google plus api: “insufficientPermissions” error

前端 未结 3 1447
青春惊慌失措
青春惊慌失措 2020-11-29 02:46

I am searching the google plus with api

Here is my Url: https://www.googleapis.com/plus/v1/activities?query=internet%20marketing&access_token=xxxxxxxxxxxxxxxxx

3条回答
  •  迷失自我
    2020-11-29 03:32

    JavaScript

    var OAUTH2_SCOPES = [
      'https://www.googleapis.com/auth/youtube',
      https://www.googleapis.com/auth/plus.login
    ];
    

    to retrieve comments from the YouTube API add https://www.googleapis.com/auth/plus.login this into OAUTH2_SCOPES array

提交回复
热议问题