A B C D E F G H I J K L M N O P Q R S T U V W

O

Oauth - com.qq.connect.oauth 中的 类
此类用来生成引导用户登录授权的跳转地址,并根据用户授权后的跳转地址获取accessToken。
Oauth() - 类 com.qq.connect.oauth.Oauth 的构造方法
 
object() - 类 com.qq.connect.utils.json.JSONWriter 中的方法
Begin appending a new object.
OpenID - com.qq.connect.api 中的 类
此类用来获取用户的openID信息!
OpenID(String) - 类 com.qq.connect.api.OpenID 的构造方法
利用已经获取到的accessToken 信息构造OpenID对象,获取accessToken对象,参见:Oauth
opt(int) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional object value associated with an index.
opt(String) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional value associated with a key.
optBoolean(int) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional boolean value associated with an index.
optBoolean(int, boolean) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional boolean value associated with an index.
optBoolean(String) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional boolean associated with a key.
optBoolean(String, boolean) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional boolean associated with a key.
optDouble(int) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional double value associated with an index.
optDouble(int, double) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional double value associated with an index.
optDouble(String) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional double associated with a key, or NaN if there is no such key or if its value is not a number.
optDouble(String, double) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional double associated with a key, or the defaultValue if there is no such key or if its value is not a number.
optInt(int) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional int value associated with an index.
optInt(int, int) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional int value associated with an index.
optInt(String) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional int value associated with a key, or zero if there is no such key or if the value is not a number.
optInt(String, int) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional int value associated with a key, or the default if there is no such key or if the value is not a number.
optJSONArray(int) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional JSONArray associated with an index.
optJSONArray(String) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional JSONArray associated with a key.
optJSONObject(int) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional JSONObject associated with an index.
optJSONObject(String) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional JSONObject associated with a key.
optLong(int) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional long value associated with an index.
optLong(int, long) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional long value associated with an index.
optLong(String) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional long value associated with a key, or zero if there is no such key or if the value is not a number.
optLong(String, long) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional long value associated with a key, or the default if there is no such key or if the value is not a number.
optString(int) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional string value associated with an index.
optString(int, String) - 类 com.qq.connect.utils.json.JSONArray 中的方法
Get the optional string associated with an index.
optString(String) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional string associated with a key.
optString(String, String) - 类 com.qq.connect.utils.json.JSONObject 中的方法
Get an optional string associated with a key.
OtherUserInfo - com.qq.connect.api.weibo 中的 类
获取其他用户在腾讯微博平台的信息
OtherUserInfo(String, String) - 类 com.qq.connect.api.weibo.OtherUserInfo 的构造方法
利用获取到的accesstoken 和 openid构造OtherUserInfo对象

A B C D E F G H I J K L M N O P Q R S T U V W