获取全尺寸个人资料图片

编程入门 行业动态 更新时间:2024-10-21 04:05:45
本文介绍了获取全尺寸个人资料图片的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

无论如何都可以使用任何 facebook api 获取全尺寸的个人资料图片?

graph.facebook/{ID}/picture?type=large 变小了.>

谢谢:)

解决方案

我想我使用最简单的方法来获取完整的个人资料图片.您可以获取完整的个人资料图片,也可以自行设置个人资料图片尺寸:

$facebook->api(me?fields=picture.width(800).height(800))

您可以根据需要设置width 和height.尽管 Facebook 没有返回所要求的确切尺寸,但它会返回可用的最接近尺寸的图片.

Is there anyway to get the full-size profile picture using any facebook api?

graph.facebook/{ID}/picture?type=large is way to small.

Thanks :)

解决方案

I think I use the simplest method to get the full profile picture. You can get full profile picture or you can set the profile picture dimension yourself:

$facebook->api(me?fields=picture.width(800).height(800))

You can set width and height as per your need. Though Facebook doesn't return the exact size asked for, It returns the closest dimension picture available with them.

更多推荐

获取全尺寸个人资料图片

本文发布于:2023-10-11 23:11:38,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1483104.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:尺寸   个人资料   图片

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!