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