Results 1 to 1 of 1

Thread: Post Objects from feedOperations.get*()

  1. #1
    Join Date
    Mar 2013
    Posts
    3

    Default Post Objects from feedOperations.get*()

    Solved
    Hi there,

    first of all: this is a great, great project! I just dug into Spring & Spring Social a few days ago and I am really thankful for this project, as i think it is going to make my coding much easier.

    To my Problem:

    i use facebook.feedOperations().getHomeFeed(), and apply it to a Model.
    I then display all available information on each post within a simple HTML table in the jsp. This works perfectly well for "regular posts", however i get no (useable) content if a post contains information like "x is now friends with z", or "x updated his website information". I do get SOMETHING, meaning that post objects are delivered, however the only information contained are the values of getFrom() and getType()

    Permissions are set correctly (temporarily all), and the facebook graph api obviously returns some result (anonymized).

    Maybe i just overlooked a function, or something else, but anyways i would be glad for a short comment.

    Thank you very much.

    Sorry, my bad i used the old documentation. Just found the solution for my problem:
    http://static.springsource.org/sprin...ocs/1.1.x/api/
    there a new method getStory() is described!
    Last edited by Dookie; Mar 12th, 2013 at 01:39 PM. Reason: problem solved

Posting Permissions

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