- Home
- Bookmarks & Favorites
Bookmarks & Favorites
SvcBookmarks
The SvcBookmarks object
| Method | Description |
|---|---|
| addBookmark | Adds a bookmark to URL for a given userID. URL should be URL encoded. |
| deleteBookmark | Deletes a bookmark with the bookmark_id passed. |
| getUserBookmarks | Loads the bookmarks for the given user. |
SvcFavorites
The SvcFavorites object
| Method | Description |
|---|---|
| addFavorite | Adds a favorite piece of content. |
| getFavorites | Gets this user's list of favorites. |
| isFavorite | Checks to see if a piece of content is favorited by the user. |
| removeFavorite | Adds a favorite piece of content. |