Returns search results by statuses
newsfeedSearch( q = "", extended = "", count = "", latitude = "", longitude = "", start_time = "", end_time = "", start_from = "", fields = "", v = getAPIVersion() )
q
: Search query string (e.g., New Year).extended
: 1 — to return additional information about the user or community that placed the postcount
: Number of posts to returnlatitude
: Geographical latitude point (in degrees, -90 to 90) within which to searchlongitude
: Geographical longitude point (in degrees, -180 to 180) within which to searchstart_time
: Earliest timestamp (in Unix time) of a news item to return. By default, 24 hours agoend_time
: Latest timestamp (in Unix time) of a news item to return. By default, the current timestart_from
: String, accessible for versions from 5.13fields
: Additional fields of profiles and communities to returnv
: Version of API