Thursday, August 2, 2007

Blogger API, posting a message (with tags)

Here's some code from the current version:

Data = entry_new("Test no1", {"tonio", "ako@gmail.com"}, <<"TestContent">>, ["erlang", "test"]),
request(Auth, iolist_to_binary(Data)).
  • The Title,
  • The author, a tuple with authorName and authorEmail
  • A binary holding the content of the post
  • A list of tags
I think I'm on the right track...
More news later...

1 comment:

scdef said...

Just thought I'd point out that your blog has been featured on Planet Trapexit for some time: http://planet.trapexit.org

Would you be interested in compiling your blogger-posts as an article in our wiki? Also, a lot of your previous posts would fit well into the Erlang Cookbook: http://www.trapexit.org/index.php/Category:CookBook

Keep up the good work :)

Sticky