-
大小: 1.88MB文件類型: .zip金幣: 2下載: 0 次發布日期: 2023-11-06
- 語言: Java
- 標簽:
資源簡介
新浪微博開放接口javaSDK,2014年8月分更新的版本。

代碼片段和文件信息
package?weibo4j.examples.account;
import?weibo4j.Account;
import?weibo4j.examples.oauth2.Log;
import?weibo4j.model.User;
import?weibo4j.model.WeiboException;
public?class?EndSession?{
public?static?void?main(String[]?args)?{
String?access_token?=?args[0];
Account?am?=?new?Account(access_token);
try?{
User?user?=?am.endSession();
Log.logInfo(user.toString());
}?catch?(WeiboException?e)?{
e.printStackTrace();
}
}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2014-07-08?13:11??weibo4j-oauth2\
?????文件?????????597??2012-09-04?01:29??weibo4j-oauth2\.classpath
?????文件?????????373??2011-10-11?15:05??weibo4j-oauth2\.project
?????目錄???????????0??2014-05-29?15:20??weibo4j-oauth2\.settings\
?????文件?????????127??2012-02-01?17:56??weibo4j-oauth2\.settings\org.eclipse.core.resources.prefs
?????文件?????????629??2012-02-02?13:30??weibo4j-oauth2\.settings\org.eclipse.jdt.core.prefs
?????目錄???????????0??2014-07-08?13:12??weibo4j-oauth2\bin\
?????目錄???????????0??2014-06-23?17:09??weibo4j-oauth2\examples\
?????目錄???????????0??2014-05-29?15:20??weibo4j-oauth2\examples\weibo4j\
?????目錄???????????0??2014-06-03?13:53??weibo4j-oauth2\examples\weibo4j\examples\
?????目錄???????????0??2014-05-30?09:28??weibo4j-oauth2\examples\weibo4j\examples\account\
?????文件????????6148??2011-09-27?17:15??weibo4j-oauth2\examples\weibo4j\examples\account\.DS_Store
?????文件?????????465??2014-06-27?09:48??weibo4j-oauth2\examples\weibo4j\examples\account\EndSession.java
?????文件?????????468??2014-06-27?09:48??weibo4j-oauth2\examples\weibo4j\examples\account\GetAccountPrivacy.java
?????文件?????????635??2014-06-27?10:57??weibo4j-oauth2\examples\weibo4j\examples\account\GetAccountProfileSchoolList.java
?????文件?????????503??2014-06-27?09:48??weibo4j-oauth2\examples\weibo4j\examples\account\GetAccountRateLimitStatus.java
?????文件?????????466??2014-06-27?09:48??weibo4j-oauth2\examples\weibo4j\examples\account\GetUid.java
?????目錄???????????0??2014-05-29?15:20??weibo4j-oauth2\examples\weibo4j\examples\comment\
?????文件?????????548??2014-06-27?09:49??weibo4j-oauth2\examples\weibo4j\examples\comment\CreateComment.java
?????文件?????????506??2014-06-27?09:50??weibo4j-oauth2\examples\weibo4j\examples\comment\DestroyComment.java
?????文件?????????583??2014-06-27?09:50??weibo4j-oauth2\examples\weibo4j\examples\comment\DestroyCommentBatch.java
?????文件?????????524??2014-06-27?09:50??weibo4j-oauth2\examples\weibo4j\examples\comment\GetCommentById.java
?????文件?????????496??2014-06-27?09:50??weibo4j-oauth2\examples\weibo4j\examples\comment\GetCommentByMe.java
?????文件?????????506??2014-06-27?09:50??weibo4j-oauth2\examples\weibo4j\examples\comment\GetCommentMentions.java
?????文件?????????589??2014-06-27?09:51??weibo4j-oauth2\examples\weibo4j\examples\comment\GetCommentShowBatch.java
?????文件?????????506??2014-06-27?09:51??weibo4j-oauth2\examples\weibo4j\examples\comment\GetCommentTimeline.java
?????文件?????????498??2014-06-27?09:51??weibo4j-oauth2\examples\weibo4j\examples\comment\GetCommentToMe.java
?????文件?????????570??2014-06-27?09:51??weibo4j-oauth2\examples\weibo4j\examples\comment\ReplyComment.java
?????目錄???????????0??2014-05-29?15:20??weibo4j-oauth2\examples\weibo4j\examples\favorites\
?????文件?????????496??2014-06-27?09:51??weibo4j-oauth2\examples\weibo4j\examples\favorites\CreateFavorites.java
?????文件?????????498??2014-06-27?09:52??weibo4j-oauth2\examples\weibo4j\examples\favorites\DestroyFavorites.java
............此處省略239個文件信息
評論
共有 條評論