Search This Site

Custom Search

Tuesday, August 31, 2010

Re: [bloggerDev] using Blogger as storage Engine

do you mean Google docs API?

/A

On Wed, Sep 1, 2010 at 9:10 AM, Gabriel Hernandez <webspinner.gabriel@gmail.com> wrote:
I think you would probably be better off using the app engine datastore or document api if the data is not a blog like publication event.


On Tue, Aug 31, 2010 at 9:07 PM, Adnan <kadnan@gmail.com> wrote:
Hi

Can I use Blogger as an intermediate storage engine for an iPhone app
which will be sending and reviving data ?

Thanks

/A

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] using Blogger as storage Engine

I think you would probably be better off using the app engine datastore or document api if the data is not a blog like publication event.

On Tue, Aug 31, 2010 at 9:07 PM, Adnan <kadnan@gmail.com> wrote:
Hi

Can I use Blogger as an intermediate storage engine for an iPhone app
which will be sending and reviving data ?

Thanks

/A

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] using Blogger as storage Engine

Hi

Can I use Blogger as an intermediate storage engine for an iPhone app
which will be sending and reviving data ?

Thanks

/A

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

http://scrip.usedcrystals.com

Friday, August 27, 2010

Re: [bloggerDev] Re: followers count

Please look at the sample code in the Example Gadget section, http://code.google.com/apis/blogger/docs/gadgets/gadgets_for_blogger.html#ExampleGadget

The functions, initData() and onLoadFriends(), seem to have some of what you want.

Jinwoo

On Fri, Aug 27, 2010 at 6:53 AM, SureshReddy <sureshreddy.ns@gmail.com> wrote:
Thank you very much for your response
but my problem has n't solved
the blogger API says use opensocial but opensocial id and blogId are
not the same


On Aug 26, 10:10 pm, Jinwoo Lee <jin...@google.com> wrote:
> Hi Suresh,
>
> Sorry opensocial id and blog id are different ones. I think you can start
> from here:http://code.google.com/apis/blogger/docs/gadgets/gadgets_for_blogger....
>
> Jinwoo
>
> On Wed, Aug 25, 2010 at 11:42 PM, SureshReddy <sureshreddy...@gmail.com>wrote:
>
> > but opensocial id and blog id are one and the same
> > if yes am the luckiest person
> > please reply
>
> > On Aug 25, 9:44 pm, Jinwoo Lee <jin...@google.com> wrote:
> > > Blogger's Followers gadget is a Google Friend Connect gadget. So you'll
> > have
> > > to use Friend Connect API for that.
> >http://code.google.com/apis/friendconnect/docs/opensocial_and_gfc.html
>
> > > Jinwoo
>
> > > On Wed, Aug 25, 2010 at 3:57 AM, SureshReddy <sureshreddy...@gmail.com
> > >wrote:
>
> > > > hi
> > > > how would i know the the number of followers of a particular blog
> > > > using blog id of blogger API
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Blogger Developer Group" group.
> > > > To post to this group, send email to bloggerdev@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > <bloggerdev%2Bunsubscribe@googlegroups.com<bloggerdev%252Bunsubscribe@googlegroups.com>
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/bloggerdev?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: followers count

Thank you very much for your response
but my problem has n't solved
the blogger API says use opensocial but opensocial id and blogId are
not the same


On Aug 26, 10:10 pm, Jinwoo Lee <jin...@google.com> wrote:
> Hi Suresh,
>
> Sorry opensocial id and blog id are different ones. I think you can start
> from here:http://code.google.com/apis/blogger/docs/gadgets/gadgets_for_blogger....
>
> Jinwoo
>
> On Wed, Aug 25, 2010 at 11:42 PM, SureshReddy <sureshreddy...@gmail.com>wrote:
>
> > but opensocial id and blog id are one and the same
> > if yes am the luckiest person
> > please reply
>
> > On Aug 25, 9:44 pm, Jinwoo Lee <jin...@google.com> wrote:
> > > Blogger's Followers gadget is a Google Friend Connect gadget. So you'll
> > have
> > > to use Friend Connect API for that.
> >http://code.google.com/apis/friendconnect/docs/opensocial_and_gfc.html
>
> > > Jinwoo
>
> > > On Wed, Aug 25, 2010 at 3:57 AM, SureshReddy <sureshreddy...@gmail.com
> > >wrote:
>
> > > > hi
> > > > how would i know the the number of followers of a particular blog
> > > > using blog id of blogger API
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Blogger Developer Group" group.
> > > > To post to this group, send email to bloggerdev@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > <bloggerdev%2Bunsubscribe@googlegroups.com<bloggerdev%252Bunsubscribe@googlegroups.com>
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/bloggerdev?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Thursday, August 26, 2010

[bloggerDev] Re: Again about Overcoming Blog has exceeded rate limit or otherwise requires word verification for new posts

Ok. Thanks, I'll try to re-represent it :)

On Aug 27, 12:11 am, Jinwoo Lee <jin...@google.com> wrote:
> Blogger has a better way to import data. If you go to Settings > Basic >
> Blog Tools, you'll be able to find "Import blog" link. From there you can
> upload an XML file in Blogger export file format. Yes, the file should be in
> Blogger export file format.
>
> Jinwoo
>
> On Thu, Aug 26, 2010 at 1:04 PM, OM <ome...@gmail.com> wrote:
> > That is very sad to hear. Maybe there are some other more friendly
> > blog platforms?
> > If There is big deal with importing posts, then i've no idea what will
> > happen in
> > some more important issues.
>
> > On Aug 26, 9:13 pm, Jinwoo Lee <jin...@google.com> wrote:
> > > Blogger rate limits # of posts. That's inevitable to prevent spammers
> > from
> > > automating spam generation. I'm sorry but I think you'll have to slow
> > down
> > > your import process not to exceed the limit.
>
> > > Jinwoo
>
> > > On Thu, Aug 26, 2010 at 3:08 AM, OM <ome...@gmail.com> wrote:
> > > > Hello, I want to import records from my current blog software (drupal-
> > > > based) to blogger.com. I've written script to post them using API, but
> > > > recently i've got subject. In the help advice about question mark, but
> > > > i've not seen it. So what can i do?
>
> > > > --
> > > > You received this message because you are subscribed to the Google
> > Groups
> > > > "Blogger Developer Group" group.
> > > > To post to this group, send email to bloggerdev@googlegroups.com.
> > > > To unsubscribe from this group, send email to
> > > > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > <bloggerdev%2Bunsubscribe@googlegroups.com<bloggerdev%252Bunsubscribe@googlegroups.com>
>
> > > > .
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/bloggerdev?hl=en.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] Re: Again about Overcoming Blog has exceeded rate limit or otherwise requires word verification for new posts

Blogger has a better way to import data. If you go to Settings > Basic > Blog Tools, you'll be able to find "Import blog" link. From there you can upload an XML file in Blogger export file format. Yes, the file should be in Blogger export file format.

Jinwoo

On Thu, Aug 26, 2010 at 1:04 PM, OM <omever@gmail.com> wrote:
That is very sad to hear. Maybe there are some other more friendly
blog platforms?
If There is big deal with importing posts, then i've no idea what will
happen in
some more important issues.

On Aug 26, 9:13 pm, Jinwoo Lee <jin...@google.com> wrote:
> Blogger rate limits # of posts. That's inevitable to prevent spammers from
> automating spam generation. I'm sorry but I think you'll have to slow down
> your import process not to exceed the limit.
>
> Jinwoo
>
> On Thu, Aug 26, 2010 at 3:08 AM, OM <ome...@gmail.com> wrote:
> > Hello, I want to import records from my current blog software (drupal-
> > based) to blogger.com. I've written script to post them using API, but
> > recently i've got subject. In the help advice about question mark, but
> > i've not seen it. So what can i do?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: Again about Overcoming Blog has exceeded rate limit or otherwise requires word verification for new posts

That is very sad to hear. Maybe there are some other more friendly
blog platforms?
If There is big deal with importing posts, then i've no idea what will
happen in
some more important issues.

On Aug 26, 9:13 pm, Jinwoo Lee <jin...@google.com> wrote:
> Blogger rate limits # of posts. That's inevitable to prevent spammers from
> automating spam generation. I'm sorry but I think you'll have to slow down
> your import process not to exceed the limit.
>
> Jinwoo
>
> On Thu, Aug 26, 2010 at 3:08 AM, OM <ome...@gmail.com> wrote:
> > Hello, I want to import records from my current blog software (drupal-
> > based) to blogger.com. I've written script to post them using API, but
> > recently i've got subject. In the help advice about question mark, but
> > i've not seen it. So what can i do?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] Again about Overcoming Blog has exceeded rate limit or otherwise requires word verification for new posts

Blogger rate limits # of posts. That's inevitable to prevent spammers from automating spam generation. I'm sorry but I think you'll have to slow down your import process not to exceed the limit.

Jinwoo

On Thu, Aug 26, 2010 at 3:08 AM, OM <omever@gmail.com> wrote:
Hello, I want to import records from my current blog software (drupal-
based) to blogger.com. I've written script to post them using API, but
recently i've got subject. In the help advice about question mark, but
i've not seen it. So what can i do?

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] Re: followers count

Hi Suresh,

Sorry opensocial id and blog id are different ones. I think you can start from here: http://code.google.com/apis/blogger/docs/gadgets/gadgets_for_blogger.html

Jinwoo

On Wed, Aug 25, 2010 at 11:42 PM, SureshReddy <sureshreddy.ns@gmail.com> wrote:
but opensocial id and blog id are one and the same
if yes am the luckiest person
please reply

On Aug 25, 9:44 pm, Jinwoo Lee <jin...@google.com> wrote:
> Blogger's Followers gadget is a Google Friend Connect gadget. So you'll have
> to use Friend Connect API for that.http://code.google.com/apis/friendconnect/docs/opensocial_and_gfc.html
>
> Jinwoo
>
> On Wed, Aug 25, 2010 at 3:57 AM, SureshReddy <sureshreddy...@gmail.com>wrote:
>
> > hi
> > how would i know the the number of followers of a particular blog
> > using blog id of blogger API
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Again about Overcoming Blog has exceeded rate limit or otherwise requires word verification for new posts

Hello, I want to import records from my current blog software (drupal-
based) to blogger.com. I've written script to post them using API, but
recently i've got subject. In the help advice about question mark, but
i've not seen it. So what can i do?

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Wednesday, August 25, 2010

[bloggerDev] Re: followers count

but opensocial id and blog id are one and the same
if yes am the luckiest person
please reply

On Aug 25, 9:44 pm, Jinwoo Lee <jin...@google.com> wrote:
> Blogger's Followers gadget is a Google Friend Connect gadget. So you'll have
> to use Friend Connect API for that.http://code.google.com/apis/friendconnect/docs/opensocial_and_gfc.html
>
> Jinwoo
>
> On Wed, Aug 25, 2010 at 3:57 AM, SureshReddy <sureshreddy...@gmail.com>wrote:
>
> > hi
> > how would i know the the number of followers of a particular blog
> > using blog id of blogger API
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: followers count

thank you lee


On Aug 25, 9:44 pm, Jinwoo Lee <jin...@google.com> wrote:
> Blogger's Followers gadget is a Google Friend Connect gadget. So you'll have
> to use Friend Connect API for that.http://code.google.com/apis/friendconnect/docs/opensocial_and_gfc.html
>
> Jinwoo
>
> On Wed, Aug 25, 2010 at 3:57 AM, SureshReddy <sureshreddy...@gmail.com>wrote:
>
> > hi
> > how would i know the the number of followers of a particular blog
> > using blog id of blogger API
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.
>
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] followers count

Blogger's Followers gadget is a Google Friend Connect gadget. So you'll have to use Friend Connect API for that. http://code.google.com/apis/friendconnect/docs/opensocial_and_gfc.html

Jinwoo

On Wed, Aug 25, 2010 at 3:57 AM, SureshReddy <sureshreddy.ns@gmail.com> wrote:
hi
how would i know the the number of followers of a particular blog
using blog id of blogger API

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] followers count

hi
how would i know the the number of followers of a particular blog
using blog id of blogger API

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Friday, August 20, 2010

[bloggerDev] Valid token, but can't post to blogger

I'm having some problems trying to post to blogger using AuthSub
authorization.

I do an AuthSubRequest, get a one-time token back, send it to
AuthSubSessionToken, and get back a session token. I can pass this
session token to AuthSubTokenInfo to see if it's valid or not and get
this response:

Target=localhost
Secure=false
Scope=http://www.blogger.com/feeds/


Which means it's valid, right?

But then when I try to post thru the blogger api:
http://www.blogger.com/feeds/MY_ID/posts/default

I end up getting a 401: Token invalid - Invalid AuthSub token.

I thought I followed the docs on how to do this, but am I missing
something?

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Thursday, August 19, 2010

Re: [bloggerDev] Re: New blogger editor

Sorry, what did you mean by the white wait picture? Can you describe in more detail please? (If you mean the lag, where do you get it exactly?) Thanks.

On Thu, Aug 19, 2010 at 9:54 PM, likeweb <chanchali01@gmail.com> wrote:

I have this problem recently with the new blogger editor that the
white wait picture just doesn't goes off. Untill it doesn't goes off i
cant make the post. the post box is blocked by the white wait picture.
I tried waiting for about 5 mins it didn't go off. My internet is fine
every other page than that works good. How to solve this problem....
For the solution right now i have switched to older post editor.

Thanks..

On Aug 17, 11:41 am, vanessa <blisards...@hotmail.com> wrote:
> Please keep the old blogger editor.  I really don't like the new one.
> It's not just that it's new, it's that it way more difficult for me to
> manipulate things like pictures.  It took me five minutes to try to
> manipulate a picture before I just gave up and switched back to the
> old editor.  I like the link and picture tools better on the old
> editor as well.  If there must be a new editor please keep the old
> one.  I think it's great.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.




--
http://planetchang.com

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] myService.GetEntry("searchReport", "reportname@default_collection") Execution fail with internal server error

Hi Selvaraj,

You seem to have posted your question to a wrong forum. Maybe http://groups.google.com/group/Google-Search-Appliance is the right place?

Jinwoo

On Thu, Aug 19, 2010 at 11:09 PM, Selvaraj Anantharaman <selvarajmsc@gmail.com> wrote:
Hi,

I'm getting much critical error when i try to get search report by
invoking the GSA data api in .net.

myService.GetEntry("searchReport", "reportname@default_collection")

it fails with the error message: Execution of request failed. (500)
Internal Server Error

Error Message: invalid entry name.

Can any one help to resolve this issue.

Regards,
Selvaraj Anantha Raman

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] myService.GetEntry("searchReport", "reportname@default_collection") Execution fail with internal server error

Hi,

I'm getting much critical error when i try to get search report by
invoking the GSA data api in .net.

myService.GetEntry("searchReport", "reportname@default_collection")

it fails with the error message: Execution of request failed. (500)
Internal Server Error

Error Message: invalid entry name.

Can any one help to resolve this issue.

Regards,
Selvaraj Anantha Raman

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: New blogger editor

I have this problem recently with the new blogger editor that the
white wait picture just doesn't goes off. Untill it doesn't goes off i
cant make the post. the post box is blocked by the white wait picture.
I tried waiting for about 5 mins it didn't go off. My internet is fine
every other page than that works good. How to solve this problem....
For the solution right now i have switched to older post editor.

Thanks..

On Aug 17, 11:41 am, vanessa <blisards...@hotmail.com> wrote:
> Please keep the old blogger editor.  I really don't like the new one.
> It's not just that it's new, it's that it way more difficult for me to
> manipulate things like pictures.  It took me five minutes to try to
> manipulate a picture before I just gave up and switched back to the
> old editor.  I like the link and picture tools better on the old
> editor as well.  If there must be a new editor please keep the old
> one.  I think it's great.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: Help with labels / Scheduling

Hi,

Here is the working example for retrieving the Labels.

public function printFeed($feed)
{
$i = 0;
foreach($feed->entries as $entry)
{

echo "\t" . $i ." ". $entry->title->text . "<br />";
$categories = $entry->category;
$j = 0;
foreach($categories as $labels)
{
echo "Label $j is: ". $categories[$j]->getTerm() . "<br />";
$j++;
}

$i++;
}
}

Thanks,
Lokesh.

On Jul 26, 3:52 am, Jdvno <joaomus...@gmail.com> wrote:
> Hi, can someone help me with labels? Whats is the code to retrieve the
> labels of a post? D you have / can rpovide a working example ? Also,
> how do I schedule a post for publishing? Please provide example,
>
> Best Regards
> Mustra

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: Help with labels

Hi,

Here is the solution with the FOR LOOP

public function printFeed($feed)
{
$i = 0;
foreach($feed->entries as $entry)
{

echo "\t" . $i ." ". $entry->title->text . "<br />";
$categories = $entry->category;
$j = 0;
foreach($categories as $labels)
{
echo "Label $j is: ". $categories[$j]->getTerm() . "<br />";
$j++;
}

$i++;
}
}

Thanks,
Lokesh.

On Jul 26, 1:56 am, Jdvno <joaomus...@gmail.com> wrote:
> Hi, I'm new to php programming, claases and objects are concepts that
> I barely grasp if at all, yet I'm crazy enough to dive into the Gdata
> API. I need help, I'm getting the feeling that the Gdata api for
> blogger is very bad, at least for me.
>
> I'm having a major problem with labels, how do I add labels and
> retrieve labels from a post?
>
> function printFeed($feed)
>     {
>         $i = 0;
>         foreach($feed->entries as $entry)
>         {
>             // echo "\t" . $i ." ". $entry->title->text . "\n";
>                         echo "". $entry->title->text ."".$entry->getCategory()."<br/>";
>             $i++;
>         }
>     }
>
> The only thing this does, is print the word "Array" next to the blog
> post title, how do I loop torugh this array?
>
> Best Regards
> Jdvno

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: Help with labels

Hi,

I just did some research and found a way to retrieve the labels. Below
is the code you may add to the printFeed function. Remember, category
is an ARRAY and you need to improve the below code using FOR LOOP to
retrieve all the labels.

echo $entry->category[0]->getTerm();

Thanks,
Lokesh.

On Jul 26, 1:56 am, Jdvno <joaomus...@gmail.com> wrote:
> Hi, I'm new to php programming, claases and objects are concepts that
> I barely grasp if at all, yet I'm crazy enough to dive into the Gdata
> API. I need help, I'm getting the feeling that the Gdata api for
> blogger is very bad, at least for me.
>
> I'm having a major problem with labels, how do I add labels and
> retrieve labels from a post?
>
> function printFeed($feed)
>     {
>         $i = 0;
>         foreach($feed->entries as $entry)
>         {
>             // echo "\t" . $i ." ". $entry->title->text . "\n";
>                         echo "". $entry->title->text ."".$entry->getCategory()."<br/>";
>             $i++;
>         }
>     }
>
> The only thing this does, is print the word "Array" next to the blog
> post title, how do I loop torugh this array?
>
> Best Regards
> Jdvno

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] Error with OAuth

Authentication related questions will be best answered from other forums. Maybe http://code.google.com/apis/accounts/docs/OAuth.html is the starting point?

Jinwoo

On Thu, Aug 19, 2010 at 6:53 AM, appdeveloper <vp@vivekpuri.com> wrote:
Few of my users are reporting issue while trying to authenticate with
Blogger via OAuth. Below is my code:

http://gist.github.com/537917

In the code above, my app is able to successfully get the
request_token.


Below is the error:

http://gist.github.com/537922


Also, this issue does not happen with all users. But for the users
which come across this issue, it is consistent. Please let me know
what might be causing this.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Error with OAuth

Few of my users are reporting issue while trying to authenticate with
Blogger via OAuth. Below is my code:

http://gist.github.com/537917

In the code above, my app is able to successfully get the
request_token.


Below is the error:

http://gist.github.com/537922


Also, this issue does not happen with all users. But for the users
which come across this issue, it is consistent. Please let me know
what might be causing this.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Friday, August 13, 2010

[bloggerDev] How to use Ajax in blog

Can i use XmlHttpRequest in my blog ?

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Thursday, August 12, 2010

[bloggerDev] Re: error publishing post on blogspot blog

The easiest way to debug the problem in such scenarios is to look at
the packet as its sent over the network. You can use tools like
wireshark to grab the packet and paste a snippet if you don't find the
problem yourself.

Vardhman
On Aug 11, 2:10 pm, ritesh khare <ritesh.khare1...@gmail.com> wrote:
> On Aug 11, 11:07 pm, ritesh khare <ritesh.khare1...@gmail.com> wrote:
>
>
>
> > hi ,
> > I am using  php and curl to publish on blogspot but i am getting
> > Google Error
> > Length Required
> > POST requests require a Content-length header.
>
> > I am able to Get a Token , Able to exchange it with a Session token
> > and able to index list of blogs.
> > When i am trying to publish a post , i am using these details to post.
>
> > Predefined variables
> > $sessiontoken  -this is a AuthSub session token , received after
> > exchanging with single-use AuthSub token.
> > $blogID - id of my blog.
>
> > $headers[0]  ="Content-type: application/atom+xml";
> > $headers[1]="Authorization: AuthSub token=".$sessiontoken."";
>
> > And making a post on this urlhttp://www.blogger.com/feeds/'. $blogID . '/posts/default'
>
> > So what header do i need to include to make this work , not sure what
> > i am doing wrong as this was working fine , few months ago.
>
> I just checked the error , its
> 411 Length Required
> Even after using header to pass content length , i am getting the same
> error.
> I am using localhost to post content.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Wednesday, August 11, 2010

[bloggerDev] Re: error publishing post on blogspot blog

On Aug 11, 11:07 pm, ritesh khare <ritesh.khare1...@gmail.com> wrote:
> hi ,
> I am using  php and curl to publish on blogspot but i am getting
> Google Error
> Length Required
> POST requests require a Content-length header.
>
> I am able to Get a Token , Able to exchange it with a Session token
> and able to index list of blogs.
> When i am trying to publish a post , i am using these details to post.
>
> Predefined variables
> $sessiontoken  -this is a AuthSub session token , received after
> exchanging with single-use AuthSub token.
> $blogID - id of my blog.
>
> $headers[0]  ="Content-type: application/atom+xml";
> $headers[1]="Authorization: AuthSub token=".$sessiontoken."";
>
> And making a post on this urlhttp://www.blogger.com/feeds/'. $blogID . '/posts/default'
>
> So what header do i need to include to make this work , not sure what
> i am doing wrong as this was working fine , few months ago.
I just checked the error , its
411 Length Required
Even after using header to pass content length , i am getting the same
error.
I am using localhost to post content.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] error publishing post on blogspot blog

hi ,
I am using php and curl to publish on blogspot but i am getting
Google Error
Length Required
POST requests require a Content-length header.

I am able to Get a Token , Able to exchange it with a Session token
and able to index list of blogs.
When i am trying to publish a post , i am using these details to post.

Predefined variables
$sessiontoken -this is a AuthSub session token , received after
exchanging with single-use AuthSub token.
$blogID - id of my blog.

$headers[0] ="Content-type: application/atom+xml";
$headers[1]="Authorization: AuthSub token=".$sessiontoken."";

And making a post on this url
http://www.blogger.com/feeds/' . $blogID . '/posts/default'

So what header do i need to include to make this work , not sure what
i am doing wrong as this was working fine , few months ago.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Tuesday, August 10, 2010

[bloggerDev] Get profile information

1. Using javascript, is it possible to get a reader's profile such as
birthdate, sex or location as I intended to make a suggestions based
on their profile.

2. Using AJAX or Javascript, is it possible to get the reader username
as I would like to log their username and which post did they read to
understand more about my readers?

If so, can you give me a basic example on how to achieve this.

Thanks


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: create new pages via the Blogger API

Thanks, I'll try this out.

On Aug 5, 9:42 am, Jinwoo Lee <jin...@google.com> wrote:
> Hi Patrick,
>
> Answer from one of my colleagues:
> -------------------
> In general POSThttp://myblog.blogspot.com/feeds/pagesin the same maner as
> posts.
>
> More, I submitted a patch to gdata-python-client to support pages (http://code.google.com/p/gdata-python-client/source/detail?r=e2c66a2c...)
> so he can take a look how it's done in Python.
> -------------------
>
> Thanks,
> Jinwoo
>
>
>
> On Wed, Aug 4, 2010 at 1:53 PM, Patrick <ptrck....@gmail.com> wrote:
> > Is there a way to create new pages via the Blogger API? Thanks.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegrou ps.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Thursday, August 5, 2010

Re: [bloggerDev] create new pages via the Blogger API

Hi Patrick,

Answer from one of my colleagues:
-------------------
In general POST http://myblog.blogspot.com/feeds/pages in the same maner as posts.

More, I submitted a patch to gdata-python-client to support pages (http://code.google.com/p/gdata-python-client/source/detail?r=e2c66a2c5832021eb9998b6c5059355aca70a9c6) so he can take a look how it's done in Python.
-------------------

Thanks,
Jinwoo

On Wed, Aug 4, 2010 at 1:53 PM, Patrick <ptrck.shh@gmail.com> wrote:
Is there a way to create new pages via the Blogger API? Thanks.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Wednesday, August 4, 2010

[bloggerDev] create new pages via the Blogger API

Is there a way to create new pages via the Blogger API? Thanks.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Re: [bloggerDev] Re: getting user's comments

Hi Omri,

No. If you see the link that I gave, there's a way to get all the comments on the blog.

Jinwoo

On Aug 4, 2010 7:10 AM, "Omri" <omrifuchs@gmail.com> wrote:
> Hi Jinwoo,
> so to confirm, the answer is no. I can get comments for post but not
> all comments made by a user in any post?
> Correct?
> thanks for the quick response!!
>
> On Aug 3, 8:23 pm, Jinwoo Lee <jin...@google.com> wrote:
>> Hi Omri,
>>
>> Seehttp://code.google.com/apis/blogger/docs/2.0/developers_guide_protoco...
>>
>> Thanks,
>> Jinwoo
>>
>>
>>
>> On Tue, Aug 3, 2010 at 12:59 AM, Omri <omrifu...@gmail.com> wrote:
>> > Hi,
>> > Is there a way to get all of the comments made by a user? not just
>> > getting all comments for a specific post?
>> > thanks!
>>
>> > --
>> > You received this message because you are subscribed to the Google Groups
>> > "Blogger Developer Group" group.
>> > To post to this group, send email to bloggerdev@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegrou ps.com>
>> > .
>> > For more options, visit this group at
>> >http://groups.google.com/group/bloggerdev?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
> To post to this group, send email to bloggerdev@googlegroups.com.
> To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.
>

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] Re: getting user's comments

Hi Jinwoo,
so to confirm, the answer is no. I can get comments for post but not
all comments made by a user in any post?
Correct?
thanks for the quick response!!

On Aug 3, 8:23 pm, Jinwoo Lee <jin...@google.com> wrote:
> Hi Omri,
>
> Seehttp://code.google.com/apis/blogger/docs/2.0/developers_guide_protoco...
>
> Thanks,
> Jinwoo
>
>
>
> On Tue, Aug 3, 2010 at 12:59 AM, Omri <omrifu...@gmail.com> wrote:
> > Hi,
> > Is there a way to get all of the comments made by a user? not just
> > getting all comments for a specific post?
> > thanks!
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Blogger Developer Group" group.
> > To post to this group, send email to bloggerdev@googlegroups.com.
> > To unsubscribe from this group, send email to
> > bloggerdev+unsubscribe@googlegroups.com<bloggerdev%2Bunsubscribe@googlegrou ps.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/bloggerdev?hl=en.

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

Tuesday, August 3, 2010

Re: [bloggerDev] getting user's comments

Hi Omri,


Thanks,
Jinwoo

On Tue, Aug 3, 2010 at 12:59 AM, Omri <omrifuchs@gmail.com> wrote:
Hi,
Is there a way to get all of the comments made by a user? not just
getting all comments for a specific post?
thanks!

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.


--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.

[bloggerDev] getting user's comments

Hi,
Is there a way to get all of the comments made by a user? not just
getting all comments for a specific post?
thanks!

--
You received this message because you are subscribed to the Google Groups "Blogger Developer Group" group.
To post to this group, send email to bloggerdev@googlegroups.com.
To unsubscribe from this group, send email to bloggerdev+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bloggerdev?hl=en.