searchPages retrieves public pages that mention a given keyword
searchPages(string, token, n =200)
Arguments
string: string or string vector containing keywords to search. When searching using multiple keywords, the returned results will be pages whose name contains all the keywords.
## Not run:## See examples for fbOAuth to know how token was created.## Searching 100 public pages that mention "facebook" load("fb_oauth")pages <- searchPages( string="facebook", token=fb_oauth, n=100)## End(Not run)