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?
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).