如何使用id获取linkedin中的用户个人资料图片?

Is there any direct url to grab the image using the linkedin id or name.

Here i am getting the image but it is thumbnail link Is it possible to get the actual image?

Use file_get_contents to get the content and then use file_put_contents to store the image in server.

if that doesn't work use php curl