javascript - Vkontakte: get big profile image with passport.js -


in passport.js, retrieve vkontakte profile picture this:

newuser.vkontakte.image = profile.photos[0].value; 

this gives me smallest picture size. how can original size?

i did try things like

newuser.vkontakte.image = profile.photo_200; 

or

newuser.vkontakte.image = params.photo_200; 

but response empty. in case, changed scope this:

'friends, photos, email, photo_200' 

when profile photo url

http://pbs.tw........32735322/afy8lurq_normal.jpeg.

i substring "_normal". it's original image size

http://pbs.tw........32735322/afy8lurq.jpeg.


Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

order - Notification for user in user account opencart -