Hi Nirav,

I'd like to restate the problem to make sure I understand. You have a
private blog, which you'd like only a select group to be able to read
and comment on. Right now, your application authenticates, then reads
the blog posts using the API, and displays them to the select group.
However, your app doesn't handle writing comments, so you'd like users
to be able to do this themselves through the Blogger UI.

I can think of a couple of ways to solve this problem, there might be
other solutions out there so let me know if these don't sound like
they will work. First, you could whitelist all of your users to be
able to read the blog in Blogger. If you have a large number of users,
this might prove too much of a headache. Second, you could add comment
posting functionality to your application. Since your application acts
as a proxy and is authenticated as the blog owner, you might need to
mark who it was who wrote the comment, since, from Blogger's
perspective, it is the owner's account who posted the comment. How do
these ideas sound?

Thank you,

Jeff

On Apr 9, 9:22 pm, NiravR <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am Product Manager and manage SaaS based enterprise application. In
> order to keep publishing feature updates to my customers, I would like
> to use Blogger.com. I basically blog the new features updates, and my
> customers can leave comments on the same. Its a private blog, so that
> my competition cannot lay hands on the features, et all.
>
> We have managed to use Google BloggerAPI to authenticate to this
> private blog and get a list of new entries which I post within my SaaS
> based (web-j2ee) application.
>
> However, I want that when my user clicks on the blog entry, it should
> open the actual post in Blogger.com. (dont mind passing the username/
> passwd, etc across while doing the same).
>
> However we keep getting an error, because of Cross Domain issues. Can
> you please advice how i can solve this problem?  I do not wish to read
> the entire entry content and redisplay it in my application.
>
> A response would be greatly appreciated. Thank a ton in advance.
>
> regards,
> Nirav Ranpuria
> (www.zycus.com)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Data API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to