Download restfb Free Java Code

Description

RestFB is a simple and flexible Facebook Graph API and Old REST API client written in Java.

Icons

restfb

Source Files

The download file restfb-master.zip has the following entries.


.classpath/*w w  w. j a  v a2  s  . co  m*/
.gitignore
.project
.settings/org.eclipse.core.resources.prefs
.settings/org.eclipse.jdt.core.prefs
.settings/org.eclipse.jdt.ui.prefs
CHANGELOG
README.md
build.xml
licensing/LICENSE-json
licensing/LICENSE-restfb
misc/eclipse/eclipse-code-formatting-rules.xml
misc/javadoc/javadoc.css
misc/javadoc/overview.html
pom.xml
source/example/README
source/example/build.xml
source/example/cat.png
source/example/com/restfb/example/Example.java
source/example/com/restfb/example/GraphPublisherExample.java
source/example/com/restfb/example/GraphReaderExample.java
source/example/com/restfb/example/LegacyExample.java
source/example/logging.properties
source/library/com/restfb/BaseFacebookClient.java
source/library/com/restfb/BinaryAttachment.java
source/library/com/restfb/Connection.java
source/library/com/restfb/DefaultFacebookClient.java
source/library/com/restfb/DefaultJsonMapper.java
source/library/com/restfb/DefaultLegacyFacebookClient.java
source/library/com/restfb/DefaultWebRequestor.java
source/library/com/restfb/Facebook.java
source/library/com/restfb/FacebookClient.java
source/library/com/restfb/JsonMapper.java
source/library/com/restfb/LegacyFacebookClient.java
source/library/com/restfb/Parameter.java
source/library/com/restfb/WebRequestor.java
source/library/com/restfb/batch/BatchHeader.java
source/library/com/restfb/batch/BatchRequest.java
source/library/com/restfb/batch/BatchResponse.java
source/library/com/restfb/batch/package-info.java
source/library/com/restfb/exception/FacebookException.java
source/library/com/restfb/exception/FacebookExceptionMapper.java
source/library/com/restfb/exception/FacebookGraphException.java
source/library/com/restfb/exception/FacebookJsonMappingException.java
source/library/com/restfb/exception/FacebookNetworkException.java
source/library/com/restfb/exception/FacebookOAuthException.java
source/library/com/restfb/exception/FacebookQueryParseException.java
source/library/com/restfb/exception/FacebookResponseContentException.java
source/library/com/restfb/exception/FacebookResponseStatusException.java
source/library/com/restfb/exception/FacebookSignedRequestParsingException.java
source/library/com/restfb/exception/FacebookSignedRequestVerificationException.java
source/library/com/restfb/exception/package-info.java
source/library/com/restfb/json/JsonArray.java
source/library/com/restfb/json/JsonException.java
source/library/com/restfb/json/JsonObject.java
source/library/com/restfb/json/JsonString.java
source/library/com/restfb/json/JsonStringer.java
source/library/com/restfb/json/JsonTokener.java
source/library/com/restfb/json/JsonWriter.java
source/library/com/restfb/json/package-info.java
source/library/com/restfb/package-info.java
source/library/com/restfb/types/Account.java
source/library/com/restfb/types/Album.java
source/library/com/restfb/types/AppRequest.java
source/library/com/restfb/types/Application.java
source/library/com/restfb/types/CategorizedFacebookType.java
source/library/com/restfb/types/Checkin.java
source/library/com/restfb/types/Comment.java
source/library/com/restfb/types/Conversation.java
source/library/com/restfb/types/Event.java
source/library/com/restfb/types/FacebookType.java
source/library/com/restfb/types/FriendList.java
source/library/com/restfb/types/Group.java
source/library/com/restfb/types/Insight.java
source/library/com/restfb/types/Link.java
source/library/com/restfb/types/Location.java
source/library/com/restfb/types/Message.java
source/library/com/restfb/types/NamedFacebookType.java
source/library/com/restfb/types/Note.java
source/library/com/restfb/types/Page.java
source/library/com/restfb/types/PageConnection.java
source/library/com/restfb/types/Photo.java
source/library/com/restfb/types/Place.java
source/library/com/restfb/types/Post.java
source/library/com/restfb/types/Question.java
source/library/com/restfb/types/QuestionOption.java
source/library/com/restfb/types/StatusMessage.java
source/library/com/restfb/types/TestUser.java
source/library/com/restfb/types/Url.java
source/library/com/restfb/types/User.java
source/library/com/restfb/types/Venue.java
source/library/com/restfb/types/Video.java
source/library/com/restfb/types/package-info.java
source/library/com/restfb/util/DateUtils.java
source/library/com/restfb/util/EncodingUtils.java
source/library/com/restfb/util/InsightUtils.java
source/library/com/restfb/util/ReflectionUtils.java
source/library/com/restfb/util/StringUtils.java
source/library/com/restfb/util/UrlUtils.java
source/library/com/restfb/util/package-info.java
source/test/com/restfb/AbstractJsonMapperTests.java
source/test/com/restfb/ClasspathWebRequestor.java
source/test/com/restfb/FacebookClientTest.java
source/test/com/restfb/JsonMapperErrorSwallowingTest.java
source/test/com/restfb/JsonMapperToJavaTest.java
source/test/com/restfb/JsonMapperToJsonTest.java
source/test/com/restfb/PrivateUser.java
source/test/com/restfb/SpecialCommentHandlingTest.java
source/test/com/restfb/util/DateUtilsTest.java
source/test/com/restfb/util/InsightUtilsTest.java
source/test/com/restfb/util/UrlUtilsTest.java
source/test/json/api/auth.createToken.json
source/test/json/api/friends.get.json
source/test/json/api/users.getLoggedInUser.json
source/test/json/basic-user.json
source/test/json/conversation.json
source/test/json/empty-array-as-string.json
source/test/json/incorrect-user-list.json
source/test/json/insight/multiResponse_2metrics_1date.json
source/test/json/insight/multiResponse_2metrics_4dates.json
source/test/json/named-facebook-type-short-form.json
source/test/json/nulls-in-list.json
source/test/json/nulls.json
source/test/json/number.json
source/test/json/numbers.json
source/test/json/post-with-comment-count-only.json
source/test/json/post-with-empty-comments.json
source/test/json/post-with-likes-v1.json
source/test/json/post-with-likes-v2.json
source/test/json/post-with-normal-comments.json
source/test/json/story.json
source/test/json/tag.json
source/test/json/tags.json
source/test/json/user-with-hometown-v1.json
source/test/json/user-with-hometown-v2.json
source/test/json/user-with-photos.json
source/test/json/users-with-affiliations.json
website/css/style.css
website/examples/LegacyExample.java
website/examples/LegacyStreamPublishExample.java
website/examples/RestFB Log4j Example.zip
website/examples/log4j.xml
website/images/angry-birds-friends.gif
website/images/external-link.png
website/images/friend2friend.jpg
website/images/ibm.png
website/images/logo.png
website/images/ou.png
website/images/tynamo.png
website/index.html
website/js/jquery.js
website/js/prettify.js
website/legacy-rest-api.html
website/robots.txt

Download

Click the following link to download restfb-master.zip.

restfb-master.zip




















Home »
  Java Free Code »
    Graphics »




2D
3D
Graph
Graph 2D
Graph 3D
Graph Algorithm
Graph Database
Graph Facebook
Graph Hadoop
Graph Library
Graph Maven
Graph Visualization
Image
JPEG
OpenGL
PDF