I have successfully pulled my wall posts via jQuery and the Graph API. I am wanting to add a drop down comment box link to EACH post (basically a replica of my wall). I have not seen anywhere where one could do this. I am pretty sure I pull the actions so the comment can be sent directly to that specific post.
See my app here: My Wall App with HTML
As you can see it only DISPLAYs what is on my wall. I just want to have a little user interaction with like buttons and a comment box dropdown for each.
I have used jQuery and an .html page to create the app. I believe it has something to do with the stream.publish. Anyone with any advice?