|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NoteMethods
Method Summary | |
---|---|
String |
commentNote(String noteId,
String message)
Comments on the note. |
String |
createNote(String subject,
String message)
Creates the current user's/page's note. |
String |
createNote(String id,
String subject,
String message)
Creates the note on behalf of a user/page. |
Note |
getNote(String noteId)
Returns a note. |
Note |
getNote(String noteId,
Reading reading)
Returns a note. |
ResponseList<Comment> |
getNoteComments(String noteId)
Returns all of the comments on a note. |
ResponseList<Comment> |
getNoteComments(String noteId,
Reading reading)
Returns all of the comments on a note. |
ResponseList<Like> |
getNoteLikes(String noteId)
Returns the likes made on a note. |
ResponseList<Like> |
getNoteLikes(String noteId,
Reading reading)
Returns the likes made on a note. |
ResponseList<Note> |
getNotes()
Returns the current user's/page's notes. |
ResponseList<Note> |
getNotes(Reading reading)
Returns the current user's/page's notes. |
ResponseList<Note> |
getNotes(String id)
Returns a user's/page's notes. |
ResponseList<Note> |
getNotes(String id,
Reading reading)
Returns a user's/page's notes. |
boolean |
likeNote(String noteId)
Likes the note. |
boolean |
unlikeNote(String noteId)
Unlikes the note. |
Method Detail |
---|
ResponseList<Note> getNotes() throws FacebookException
FacebookException
- when Facebook service or network is unavailableResponseList<Note> getNotes(Reading reading) throws FacebookException
reading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Note> getNotes(String id) throws FacebookException
id
- the ID of a user/page
FacebookException
- when Facebook service or network is unavailableResponseList<Note> getNotes(String id, Reading reading) throws FacebookException
id
- the ID of a user/pagereading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableString createNote(String subject, String message) throws FacebookException
subject
- the subject of the notemessage
- note content
FacebookException
- when Facebook service or network is unavailableString createNote(String id, String subject, String message) throws FacebookException
id
- the ID of a user/pagesubject
- the subject of the notemessage
- note content
FacebookException
- when Facebook service or network is unavailableNote getNote(String noteId) throws FacebookException
noteId
- the ID of the note
FacebookException
- when Facebook service or network is unavailableNote getNote(String noteId, Reading reading) throws FacebookException
noteId
- the ID of the notereading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableResponseList<Comment> getNoteComments(String noteId) throws FacebookException
noteId
- the ID of a note
FacebookException
- when Facebook service or network is unavailableResponseList<Comment> getNoteComments(String noteId, Reading reading) throws FacebookException
noteId
- the ID of a notereading
- optional reading parameters. see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableString commentNote(String noteId, String message) throws FacebookException
noteId
- the ID of the notemessage
- comment text
FacebookException
- when Facebook service or network is unavailableResponseList<Like> getNoteLikes(String noteId) throws FacebookException
noteId
- the ID of a note
FacebookException
- when Facebook service or network is unavailableResponseList<Like> getNoteLikes(String noteId, Reading reading) throws FacebookException
noteId
- the ID of a notereading
- optional reading parameters. see Graph API#reading - Facebook Developers see Graph API#reading - Facebook Developers
FacebookException
- when Facebook service or network is unavailableboolean likeNote(String noteId) throws FacebookException
noteId
- the ID of the note
FacebookException
- when Facebook service or network is unavailableboolean unlikeNote(String noteId) throws FacebookException
noteId
- the ID of the note
FacebookException
- when Facebook service or network is unavailable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |