Hello,
is there any news about Facebook Open Graph implementation?
Hello,
is there any news about Facebook Open Graph implementation?
Yes, the open graph stuff is now available in the latest Spring Social Facebook snapshot releases (1.1.0.BUILD-SNAPSHOT; not in a milestone or RC release yet, but that should be coming soon).
In the latest stuff, you can publish actions something like this:
Try it out and let me know how it works for you.Code:String actionId = facebook.openGraphOperations().publishAction("some action", "some object type", "object URL");
Craig Walls
Spring Social Project Lead