3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bunch more work on Graph API types - we're in pretty good shape with them now, just need a bit of documentation and polish (some equals and hashcode impls, etc.) More... almost 15 years ago
More Graph API work. Modified DefaultJsonMapper to handle "connection"-style bridge object ("data" object that is just a holder for an array) specially to simplify mapping. More... almost 15 years ago
More Graph API objects More... almost 15 years ago
More work on Graph API types More... almost 15 years ago
Adding Graph API datatypes More... almost 15 years ago
Starting work on Graph API features. More... almost 15 years ago
"Deprecating" the old REST API in preparation for the new graph API bits. Quotes are there because we're not formally deprecating with @Deprecated since there are definitely people out there that will use the old API for a while yet. More... almost 15 years ago
Website updates for release More... almost 15 years ago
Imports fix for Example.java More... almost 15 years ago
Lots of documentation updates in preparation for the 1.4 release More... almost 15 years ago
Starting on 1.4 documentation updates More... almost 15 years ago
Fix for dumb end-of-day-checkin stack overflow (issue 17, reported by Alex Launi). More... almost 15 years ago
Refactored Parameter to marshal parameter values to JSON strings using the new Java-to-JSON mapping functionality. More... almost 15 years ago
Minor fixes and refactoring, also included full unit test for data outlined in http://wiki.developers.facebook.com/index.php/Attachment_(Streams) to prove that Java-to-JSON mapping works as advertised. More... almost 15 years ago
Initial cut at new Java-to-JSON mapping support in JsonMapper in support of issue #16. More... almost 15 years ago
Added link to Google Group on homepage More... almost 15 years ago
In response to recent FB changes, JSON mapper now coerces empty JSON arrays to empty Java Strings if you're trying to map to a String field. Thanks to Antonello Naccarato for reporting this! More... almost 15 years ago
Website HTML-escaping typo More... almost 15 years ago
Added SVN branch and tag support to build.xml so I don't have to type it out every release More... almost 15 years ago
Prepping for 1.2 release. Fixes issue #11, "Include source in JAR". More... almost 15 years ago
Unit tests for null-handling in JSON mapper (in support of issue #12) More... almost 15 years ago
Tiny pieces that should've been in last commit More... almost 15 years ago
Fix for issue 12: no map possible for null in jsonarray to String More... almost 15 years ago
Fixed release date More... almost 15 years ago
Added changelog More... almost 15 years ago
Bumping version to 1.1 More... almost 15 years ago
Updated webpage for 1.1 (includes fql.multiquery docs) More... almost 15 years ago
Tightened up MultiqueryParameter a bit and added some Javadoc. More... almost 15 years ago
New multiquery bits seem to be working More... almost 15 years ago
Starting work on issue #8 in support of fql.multiquery More... almost 15 years ago