Пытаюсь получить количество share через ajax но мне выдаёт ошибку. Под второе слово key подставила ключ
Ошибка 403 (Access Not Configured. Please use Google Developers Console to activate the API for your project.)
$.getJSON('https://clients6.google.com/rpc?',
{
"method":"pos.plusones.get",
"id":"http://test.cuberto.ru",
"params":{
"nolog":true,
"id": 'http://test.cuberto.ru',
"source":"widget",
"userId":"@viewer",
"groupId":"@self"
},
"jsonrpc":"2.0",
"key":"key",
"apiVersion":"v1"
},
function(data){
var cart = JSON.parse(data.result);
alert(cart);
}
);
Какой api нужно активировать?