| Package | sk.prasa.webapis.picasa.core |
| Class | public class Community |
| Inheritance | Community sk.prasa.webapis.picasa.core.MethodHelper |
| Method | Defined by | ||
|---|---|---|---|
|
List photos in community by given query.
| Community | ||
| search | () | method |
public function search(query:String, urlparams:UrlParams = null):PicasaResponder
List photos in community by given query. This is query-based feed.
Loads e.g. http://picasaweb.google.com/data/feed/api/all?kind=photo&q=searchTerm
The "result data" contains meta as Meta (default one because the feed doesn't have the category tag in the atom head)
and entries as Array.
query:String — String Query
|
|
urlparams:UrlParams (default = null) — UrlParams Parameters to alter the feed url
|
PicasaResponder |