If I have the ID of a post on a Blogger blog, how do I translate that ID into a URL which links to the post?
My ultimate goal is to pull posts from my Blogger site to my own site, and then be able to permalink to the actual posts. I'm doing this by parsing the RSS feed for my blog with Javascript. Unfortunately the "link" field in the RSS feed isn't a URL to the blog post... it's a URL to a feed of the comments. I can, however, grab the post ID, which I assumed would be a good way to find the post URL. Any other suggestions appreciated.
Edit: Upon further inspection, I found that the actual post link IS included in the RSS feed. The library I'm using to parse the RSS feed was giving me the wrong link. However, the main question still stands.
Edit: Still can't get a direct link. Here's an example of the links I get for a single entry:
<link rel="replies" type="application/atom+xml" href="http://chadsharpe.blogspot.com/feeds/2276618748913180797/comments/default" title="Post Comments">
<link rel="replies" type="text/html" href="https://www.blogger.com/comment.g?blogID=4528045192864780582&postID=2276618748913180797" title="2 Comments">
<link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/4528045192864780582/posts/default/2276618748913180797?v=2">
<link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/4528045192864780582/posts/default/2276618748913180797?v=2">
<link rel="alternate" type="text/html" href="http://feedproxy.google.com/~r/Funwhenwet/~3/PuX-Fqz_xKE/sharpe-watson-bomb-chris-o-jimmy.html" title="Sharpe, Watson, Bomb, Chris O, Jimmy">
The URL I want is:
http://chadsharpe.blogspot.com/2010/08/sharpe-watson-bomb-chris-o-jimmy.html