Definitely "search" is not operating.
Pedro Antonio Roman Maturana <[email protected]>
| Newsgroups | gmane.comp.web.blogger.api |
|---|---|
| Message-ID | <[email protected]> |
I'm trying
postsSearchAction=null;
try {
* postsSearchAction = blogger.posts().search(CIENCIA_BLOG_ID,"");
// which is the second argument of the function???*
} catch (IOException e) {
e.printStackTrace();
asyn=2;
return asyn;
}
progress_status=2500;
progressBar.setProgress(progress_status);
SystemClock.sleep(50);
// postsSearchAction.setQ("hello"]);
// postsSearchAction.setQ("no");
postsSearchAction.setQ("yes");
always get the same result, the first 10 of my blog post
postsSearchAction.setFields("items(author/displayName,content,published,title,url),nextPageToken");
posts = null;
try {
posts = postsSearchAction.execute();
} catch (IOException e) {
e.printStackTrace();
asyn=2;
return asyn;
}
and always get the same result, the first 10 of my blog post, I've tried to
google the web interface and the result the same as is in my blog or a
public.
--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/groups/opt_out.