Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12

Thread: Open Graph & asynchronous request

  1. #11
    Join Date
    Jun 2012
    Posts
    1

    Default

    Hello,
    is there any news about Facebook Open Graph implementation?

  2. #12
    Join Date
    Aug 2004
    Posts
    1,097

    Default

    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:

    Code:
    String actionId = facebook.openGraphOperations().publishAction("some action", "some object type", "object URL");
    Try it out and let me know how it works for you.
    Craig Walls
    Spring Social Project Lead

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •