Welcome![Sign In][Sign Up]
Location:
Search - facebook in java

Search list

[JSP/Javafacebook-java-api-2.0.1-bin

Description: A Facebook API client implemented in Java, derived from the poorly-maintained official Facebook client.
Platform: | Size: 1757989 | Author: kill | Hits:

[JSP/Javafacebook-java-api-2.0.1-bin

Description: A Facebook API client implemented in Java, derived from the poorly-maintained official Facebook client. -A Facebook API client implemented in Java, derived from the poorly-maintained official Facebook client.
Platform: | Size: 1757184 | Author: kill | Hits:

[Database systemfacebook

Description: 实现了简单的校内网功能,用户可以注册,登录,修改自己的内容,管理员可以修改所有人内容。还可以相互留言。由于使用了学校数据库别人需要使用vpn才行,可能试验的时候不一定好用,但肯定是对的。-The realization of a simple function of the school network, the user can register, login, edit their own content, the administrator can modify all of the content. Can also message each other. The use of schools in the database do others need to use vpn, test time may not necessarily easy to use, but it is certainly right.
Platform: | Size: 6144 | Author: mxc | Hits:

[JSP/Javajava

Description: Sony Ericsson手机上的Facebook客户端全套代码-Facebook sourcecode in phone.
Platform: | Size: 160768 | Author: 乌拉草 | Hits:

[OtherFacebooz

Description: Hack facebook account using this brute forcer
Platform: | Size: 182272 | Author: Tarek | Hits:

[JSP/JavaJavaPhotoManager

Description: Uploader for Flickr and Facebook, done in Java
Platform: | Size: 6973440 | Author: Oni | Hits:

[Internet-NetworkfeigechuanshuV0.8

Description: 1、扫描本地局域网内同本机同一网段的所有计算机,并将能ping通机器的机器名放在列表中,可以对列表排序,刷新(对JTree的操作)。 2、最多添加3个自定义网段。(对于机房特别实用,因为机房不同房间的机器通常在不同的网段中)。自定义服务监听端口(注:保证两台机器端口一致才能互相通信)。 3、对于列表中的计算机,可以发送系统消息(前提:系统的信使服务开启,注:windows xp sp2 以后的计算机都是默认关闭的,所以系统服务无效,好在我们学校机房是2000系统)。本网段群发,和局域网群发功能暂未实现(因为群发太邪恶了,实训期间深有体会)。 4、任意两台在线(两台机器都打开本软件)可以互相聊天(目前看来除了机房上课的无聊间隙,这个功能实用性实在有限)。 5、任意两台在线的机器可以互相传文件(在宿舍试了一下速度基本可以达到百兆局域网上限,所以用在同一宿舍互传文件也不错,省去了U盘、移动硬盘插拔的麻烦,也不需设置恼人的windows网上邻居或FTP服务)。-1, scan the local LAN with this machine all the computers in the same network segment, and will pass the machine can ping the machine name on the list, you can sort the list, refresh (for JTree s operation). 2, add up to three custom segment. (For room especially useful, because the machine room is usually different rooms in a different network segment). Customized service listening port (Note: to ensure that the same port to two machines communicate with each other). 3, for the list of computers, you can send system messages (the premise: The system messenger service is turned on, note: windows xp sp2 after the computer is off by default, so the system service is invalid, and good in our school computer room is a 2000 system). Ben Wang segment mass, and the mass function of local area network yet to achieve (because the mass is too evil, and practical training during the profound understanding). 4, any two-line (two machines are to open the software) can chat with each oth
Platform: | Size: 156672 | Author: 卜晓旸 | Hits:

[ELanguagegen-cpp

Description: 本例是一个简单的thrift测试程序,包括客户端和服务端。thrift允许你定义一个简单的定义文件中的数据类型和服务接口。以作为输入文件,编译器生成代码用来方便地生成RPC客户端和服务器通信的无缝跨编程语言。-Apache Thrift is a software framework for scalable cross-language services development. It combines a software stack with a code generation engine to build services that work efficiently and seamlessly between C++, Java, Python, PHP, Ruby, Erlang, Perl, Haskell, C#, Cocoa, JavaScript, Node.js, Smalltalk, and OCaml. Originally developed at Facebook, Apache Thrift was open sourced in April 2007 and entered the Apache Incubator in May, 2008.
Platform: | Size: 244736 | Author: 深蓝 | Hits:

[JSP/Javarestfb-1.6.9

Description: facebook的restAPI和graphAPI封装,供java调用。英文网站 http://restfb.com/-RestFB is a simple and flexible Facebook Graph API and Old REST API client written in Java. It is open source software released under the terms of the MIT License. http://restfb.com/
Platform: | Size: 250880 | Author: fengge | Hits:

[androidAndroidFacebook

Description:  仿写的Android Facebook客户端源码,不是官方的客户端源码,当初是在一个android书籍的光盘里看到的,主要是教大家如何编写网站客户端的,相信对学习Android手机编程有帮助的,JAVA源码完整,请选择正确的APK编译工具来运行。-Parodies the Android Facebook the client source code, client is not an official source, had seen in a CD-ROM of android books, teach you how to write Web client, I believe that learning Android phone programming, JAVAcomplete source code, please select correct APK compiled tools to run.
Platform: | Size: 3353600 | Author: 王宝 | Hits:

[androidOAuthExample

Description: 这是一款Android 新浪、腾讯、人人、豆瓣、Facebook、Twitter OAuth认证实例源码,豆瓣使用的是OAuth1.0,新浪、腾讯、人人、QQ则都是使用OAuth2.0,Fackbook和Twitter直接使用官方的sdk和api。 使用方法:导入该项目,所有的jar包和代码都齐全,如果导入或者编译出错请自行编译,反正有源码了,大不了重新New Project。然后找到PlatformBindConfig.java这个类,填入申请应用时官方返回的Appkey和AppScret或者AppId等。不然可无法认证。-This is a Android Sina, Tencent, Renren, watercress, Facebook, twitter OAuth authentication source code examples, watercress is oauth1.0, Sina, Tencent, Renren, QQ is using oauth2.0, Facebook and twitter directly using the official SDK and API. Use method: import the project, all of the jar package and code is complete, if imported or compile error please compile, anyway, there are source code, the big deal to re Project New. And then find the PlatformBindConfig.java of this class, fill in the application for the official return of the Appkey and AppScret or AppId, etc.. Otherwise can not be certified.
Platform: | Size: 1953792 | Author: zhuxiyu | Hits:

[Othersocial-networking

Description: ver the past several years, there has been an explosion in the availability and widespread use of social media sites such as Facebook, Twitter, and YouTube 13
Platform: | Size: 174080 | Author: namtp | Hits:

CodeBus www.codebus.net