Re: problem with blogger java v3 api authentication

Hanumantha Poluri <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
My requirement is to get all the posts from all blogs which has the string 
ICICI , how can i get the same. From docs i understood . the process is as 
follows.

1) oauth authorization.
2) getting all the blog ids.
3) need to search for the string in all the blogs using blog ids.

i am doing authorization using service accounts 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();

2) but how can i get all the blog ids?

-- 
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.