首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Java > facebook-java-sdk

facebook-java-sdk

  • 资源大小:86.25 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签:

资 源 简 介

PLEASE NOTE: This SDK is probably not the best option to build an application with. I never completed it, there are some known bugs, and Facebook has changed their API several times since I last did anything with this. There are some alternatives available if you look hard enough. This SDK was basically just Java practice for me. A Java SDK for the Facebook API. By Travis Beauvais Javdoc: http://travisbeauvais.com/facebook-java-sdk/doc Sample code: ``` Facebook f = new Facebook("access_token"); FacebookObject me = f.api("me"); System.out.println(me.getId()); // Outputs the current logged in user"s ID. me = f.api("me", "photos"); System.out.println(me.photos.data[1].getWidth()); // Outputs the width of the current logged in user"s second photo. FacebookObject album = f.api("99394368305"); System.out.println(album.getCount()); // Outputs the

文 件 列 表

src
com
Test.java
doc
resources
index-files
class-use
package-list
allclasses-frame.html
allclasses-noframe.html
constant-values.html
DataObject.html
deprecated-list.html
Facebook.html
FacebookObject.html
help-doc.html
index.html
Metadata.html
overview-tree.html
package-frame.html
package-summary.html
package-tree.html
package-use.html
stylesheet.css

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.203503s