我正在尝试使用android 应用程序Facebook Graph API中的大小来访问朋友的个人资料图片。文档48 x 48
但它似乎给出了不同的结果。
例如。
http://graph.facebook.com/aliabush/picture?width=48&height=48http://graph.facebook.com/aakash.parekh.77/picture?width=48&height=48http://graph.facebook.com/adityaamarathe/picture?width=48&height=48
这三个结果都变成了不同的大小。如何解决这个问题?我知道我们可以使用type=square,但我想得到它的大小48 x 48
提前致谢