retrieving all posts related to icici using blogger api v 3.0

Hanumantha Poluri <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
HI All,

we are doing sentiment analysys. our requirement is we need to retrieve all 
public posts related to ICICI , how can we do the same. i done the below 
code .

authorization using service account as  below.

GoogleCredential credential = new GoogleCredential.Builder()
           .setTransport(httpTransport)
           .setJsonFactory(jsonFactory)
          
 .setServiceAccountId("[email protected]")
           .setServiceAccountScopes(SCOPES)
           .setServiceAccountPrivateKeyFromP12File(p12)
           .build();
   Blogger blogger= new 
Blogger.Builder(httpTransport,jsonFactory,credential).setApplicationName("sentianalysys").build();

but to search i need to give the blog id , how to get all the blog id's . 
or as my requirement is to get from public posts , is there any common blog 
id? i am writing the code in java.
can you please help me in this

-- 
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 https://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/d/optout.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.