Android App for Public Blogger Account

rufai mustapha <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
Hello guys,

I am trying to develop an android client for a blogger account. I do not 
want the users to register to use the app. Just open and start accessing 
the blog post. Thus, I don't want any verification or authentication from 
the user's of the app with auth.

// Configure for the Installed App OAuth2 flow.
Credential credential = OAuth2Native.authorize(HTTP_TRANSPORT,
        JSON_FACTORY, new LocalServerReceiver(),
        Arrays.asList(BloggerScopes.BLOGGER));

// Construct the Blogger API access facade object.
Blogger blogger = Blogger.builder(HTTP_TRANSPORT, JSON_FACTORY)
        .setApplicationName("Blogger-BlogGet-Snippet/1.0")
        .setHttpRequestInitializer(credential).build();


The snippet above (example ) requires user authentication. How do get access to the blogger object without credentials. Please need urgently. Thanks.

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