Quantcast
Channel: Spring Community Forums - Social
Viewing all articles
Browse latest Browse all 145

Facebook July 2013 Breaking Changes and Spring Social Facebook 1.0.3

$
0
0
Earlier this week I made Spring Social Facebook 1.0.3.BUILD-SNAPSHOT available in SpringSource's snapshot repository (http://repo.springsource.org/snapshot/). The changes in that build were primarily aimed at preparing Spring Social Facebook for the upcoming breaking changes in Facebook's API to take effect on July 10th.

Today I have pushed another build of Spring Social Facebook 1.0.3.BUILD-SNAPSHOT to enable a few small tweaks to the API binding and fix a couple of bugs. The pertinent section of the changelog is at the end of this forum post.

It'd be greatly appreciated if the Spring Social community could try this build out and let me know if you encounter any problems. Note that, as the changelog indicates, you must change your application settings at Facebook, enabling the July 2013 Breaking Changes, in order for this build to work.

I intend to push this build to GA next week, Wednesday, June 19. Any feedback I can get prior to then will be helpful in ensuring the quality of this release and making sure that Spring Social Facebook keeps working after the July 10 API change.



Spring Social Facebook 1.0.3 (June 19, 2013)
============================================
Compatibility notes:
This release includes changes to enable Spring Social Facebook to work
after the July 2013 Breaking Changes. In order for this version of Spring
Social Facebook to work prior to July 10, 2013, you'll need to configure
your application at Facebook to enable the July 2013 Breaking Changes.
Within Facebook's application configuration, go to "Settings->Advanced"
and click the "Enabled" radio button next to "July 2013 Breaking Changes".

Improvements
* Support July 2013 Breaking Changes in Facebook's Graph API. (SOCIALFB-116)
* Add several missing properties to Page object. (SOCIALFB-122)
* Change FriendOperations.getFriendProfiles() to return all friends.
(SOCIALFB-105)

Bug Fixes
* Add FRIENDS constant to Privacy enum. (SOCIALFB-108)
* Make Reference, WorkEntry, and EducationEntry serializable so that
FacebookProfile will be serializable. (SOCIALFB-111)

Viewing all articles
Browse latest Browse all 145

Trending Articles