public class ShortUrl extends Weibo
| Constructor and Description |
|---|
ShortUrl() |
| Modifier and Type | Method and Description |
|---|---|
org.json.JSONObject |
clicksOfUrl(String url_short)
获取短链接的总点击数
|
org.json.JSONObject |
commentCountOfUrl(String url_short)
获取短链接在微博上的微博评论数
|
org.json.JSONObject |
commentsContentUrl(String url_short)
获取包含指定单个短链接的最新微博评论
|
org.json.JSONObject |
locationsOfUrl(String url_short)
获取一个短链接点击的地区来源和数量
|
org.json.JSONObject |
longToShortUrl(String url_long)
长链接转为短链接
|
org.json.JSONObject |
referersOfUrl(String url_short)
获取一个短链接点击的referer来源和数量
|
org.json.JSONObject |
shareCountsOfUrl(String url_short)
获取短链接在微博上的微博分享数
|
org.json.JSONObject |
shortToLongUrl(String url_short)
短链接转为长链接
|
org.json.JSONObject |
statusesContentUrl(String url_short)
获取包含指定单个短链接的最新微博内容
|
public org.json.JSONObject longToShortUrl(String url_long) throws WeiboException
WeiboExceptionpublic org.json.JSONObject shortToLongUrl(String url_short) throws WeiboException
WeiboExceptionpublic org.json.JSONObject clicksOfUrl(String url_short) throws WeiboException
WeiboExceptionpublic org.json.JSONObject referersOfUrl(String url_short) throws WeiboException
WeiboExceptionpublic org.json.JSONObject locationsOfUrl(String url_short) throws WeiboException
WeiboExceptionpublic org.json.JSONObject shareCountsOfUrl(String url_short) throws WeiboException
WeiboExceptionpublic org.json.JSONObject statusesContentUrl(String url_short) throws WeiboException
WeiboExceptionpublic org.json.JSONObject commentCountOfUrl(String url_short) throws WeiboException
WeiboExceptionpublic org.json.JSONObject commentsContentUrl(String url_short) throws WeiboException
WeiboExceptionCopyright © 2013. All Rights Reserved.