Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用适用于 Android 的 Facebook SDK 的请求来获取 facebook 事件的信息,但我得到了一个小图像。抓取过程如下:
params.putString("fields", "id,name,picture"); mAsyncRunner.request("me/events",params, new RequestListener() {.....
但是 JPG 图像的链接非常小。有什么方法可以让这张图片有更好的分辨率吗?
知道特定事件的 EVENT_ID 后,您可以将图形请求发送到“EVENT_ID/picture?type=SIZE”,其中 SIZE=small | 正常 | 大的。