Developers » Newsfeed
Newsfeed
addBan
Prevents news from specified users and communities from appearing in the current user's newsfeed.

deleteBan
Allows news from previously banned users and communities to be shown in the current user's newsfeed.

deleteList

get
Returns data required to show newsfeed for the current user.

getBanned
Returns a list of users and communities banned from the current user's newsfeed.

getComments
COMMENT: (1 of 8) The original translation reads "Returns data required to show comments section in user news." That did not seem clear to me, so I wrote a new description based on that for wall.getComments. Is my rewrite technically correct?Returns a list of comments in the current user's newsfeed.

getLists
Returns a list of newsfeeds followed by the current user.

getMentions
Returns a list of posts on user walls in which the current user is mentioned.
COMMENT: (1 of 5) What about community walls?

getRecommended
COMMENT: (1 of 4) Is this method returning a list of newsfeeds or of news items? Does that distinction even make sense?
Returns a list of newsfeeds recommended to the current user.

getSuggestedSources
Returns communities and users that current user is suggested to follow.

ignoreItem
Hides an item from the newsfeed.

saveList
Creates and edits user newsfeed lists

search
Returns search results by statuses.
COMMENT: (1 of 5) I think the above description is inadequate. Any suggestions?

unignoreItem
Returns a hidden item to the newsfeed.

unsubscribe
Unsubscribes the current user from specified newsfeeds.