Returns updates from the current user’s groups.
This method requires the following permissions: newsfeed.
Parameters
Which types of updates to return, comma-separated string:
post— new wall postsboard— new discussion board topicsphoto— new photos added to albums
By default, updates of all types are returned.
An opaque string required for pagination, returned as next_from by the previous call of this method. Don’t pass this parameter when loading the news feed for the first time or refreshing it.
How many updates to return.
By default 25.
Result
An object:
The updates themselves.
post– A new wall post was created.board– New discussion board topics were created in the group.photo– New photos were added to the group’s photo albums.
Identifier of this update.
Which group this update is about.
When type is post, a wall post object.
When type is photo, information about those photos.
How many photos were added in total.
Up to 10 photo objects.
An identifier to retrieve the complete list of photos that were added, using photos.getFeedEntry.
When type is board, an array of topic objects.
User objects relevant to these updates.
Group objects relevant to these updates.
The value to pass as start_from in a subsequent call to this method to load the next page of the news feed.
If this field is absent, no more updates are available.