Returns the current user’s followees’ updates (and their own posts).
This method requires the following permissions: newsfeed.
Parameters
Which types of updates to return, comma-separated string:
post– wall posts and repostsphoto– new photos added to albumsphoto_tag– new photo tagsfriend– new friendsgroup– groups joined or createdevent– events joined or createdboard– new discussion board topics in groupsrelation– relationship status changes
By default, updates of all types are returned.
Whether to include updates from muted users.
By default false.
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.
board– The user created some discussion board topics.event_create– The user created some events.event_join– The user joined some events.friend– The user added new friends.group_create– The user created some groups.group_join– The user joined some groups.photo– New photos were uploaded.photo_tag– The user was tagged in some photos.post– A new wall post was created.relation– The user has changed their relationship status.
Identifier of this update.
Which user this update is about.
When type is post, a wall post object.
When type is photo or photo_tag, information about those photos.
How many photos were added or tagged in total.
Up to 10 photo objects.
An identifier to retrieve the complete list of photos that were added or tagged using photos.getFeedEntry.
When type is friend, an array of user identifiers for newly added friends.
When type is group_join, group_create, event_join or event_create, an array of group identifiers.
When type is board, an array of topic objects.
When type is relation, information about the relationship status change.
The new relationship status.
Possible values:
actively_searching,
complicated,
engaged,
in_love,
in_relationship,
married,
single.
The new partner user identifier, if any.
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.