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