` "https://graph.facebook.com/v2.12/me?fields=name%2Cfeed.limit(6)",`
"get"
).then((res)=>{
this.articles = res.parse(JSON);
})
}
Isn't it JSON.parse(res) ?
Обсуждают сегодня