Retrieve list of posts

Doug Jolley <[email protected]>
Newsgroups gmane.comp.web.blogger.api
Message-ID <[email protected]>
I'm attempting to retrieve a list of posts by using the following HTML 
document:

<html>
 <head>
  <title>Test 2</title>
  <script type="text/javascript">
   function httpGet(url)
   {
    var jasonHttp = null;
    jasonHttp = new XMLHttpRequest();
    jasonHttp.open( "GET", url, false );
    jasonHttp.send( null );
    return jasonHttp.responseText;
   }
  </script>   
 </head>
 <body>
  <p>
   <script type="text/javascript">
    
document.write(httpGet('https://www.googleapis.com/blogger/v2/blogs/2944471397976910192/posts&key=MY_API_KEY'))
   </script>
  </p>
 </body>
</html> 

What I get is this:

Not Found

~ ~ ~ /posts&key=MY_API_KEY'))

Can anyone please tell me what I'm doing wrong?

BTW, when I enter, 
"https://www.googleapis.com/blogger/v2/blogs/202944471397976910192/posts" 
into the address bar on a browser, I get:

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "dailyLimitExceededUnreg",
    "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use 
requires signup.",
    "extendedHelp": "https://code.google.com/apis/console"
   }
  ],
  "code": 403,
  "message": "Daily Limit for Unauthenticated Use Exceeded. Continued use 
requires signup."
 }
}

I think this is an unrelated problem; but, I'm not sure.  Thanks for any 
help.

           ... doug

-- 
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 http://groups.google.com/group/bloggerdev.
For more options, visit https://groups.google.com/groups/opt_out.
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.