I keep getting this error when I'm trying to get the users feed. [Error: SyntaxError: Unexpected number]
vine.login(loginEmail, loginPassword, function (error, client) {
console.log(client) /// user information shows up. Authenti
vine.user('958614911402057728',{page:1,size:10},function(e,c)
{
console.log(e) /////error is here
console.log(c) ////
})
});