-
Notifications
You must be signed in to change notification settings - Fork 70
account.update profile image
lisztli edited this page Dec 19, 2011
·
6 revisions
#POST /account/update_profile_image
通过 API 更新用户头像
##路径
http://api.fanfou.com/account/update_profile_image.[json|xml]
##调用方法
POST
##条件限制
用户登陆
##参数
###mode
-
作用: 当
mode=default
(默认)时,返回消息中用户信息包含用户自定义profile.mode=lite
, profile不会包含在返回信息中 -
格式:
mode=[default|lite]
-
字段说明: 可选
###format
-
作用: 当format=html时,返回消息中@提到的用户,网址等输出html链接
-
格式: format=html
-
字段说明: 可选
###callback
-
作用: 当使用json格式时,生成的json对象将作为参数传给指定的javascript函数
-
格式: callback=javascript函数名
-
字段说明: 可选
###image
- 作用:指定图片文件
- 格式:
- 字段说明: 必选
##返回值:
###成功
返回用户信息
-
HTTP Status Code
200 OK HTTP/1.1
-
返回值
* json格式 返回 user json 格式参见 [[users.show]]
###失败
- HTTP Status Code
401 Unauthorized HTTP/1.1