tags:

views:

109

answers:

1

Before I pursue this, I would first like to know if it's possible. So, does anyone know if I can do this with the facebook Api:

  • Access the "notes" application
  • Retrieve the text in the note
  • Retrieve the comments written on the note
  • Retrieve the details (username and ID) of the person who wrote the note

Anyone?

+3  A: 

Bullets 1, 2, and 4 are possible through Notes.get. Bullet 3 might be possible through Stream.getComments (you should experiment with this yourself to be sure it is).

jimyi
i just started fiddling around with stream.GetComments... and I think I might be onto something. :) Thanks so much!
RD
@RD: When someone provides a suggestion and you try it, please post whether you were able to get it working or not
Casebash