I've managed to get the Zend Framework installed and working, so that
I can authenticate to my blog and retrieve a list of post titles. But
I'm now stuck, having waded through all the Zend Framework
documentation I still can't figure out how to ...
1. retrieve a complete blog post (not just the title) in HTML form, so
that I can print this on my own web page
2. return just posts created by a given author - my blog is shared
with a group of people - can I do this by querying their email
address, or do individual authors need to add links to their blogs
with their name as one of the links?
3. return just the latest post by a given author
4. return a list of posts from the blog in reverse date order
Has anyone managed to do things like these and is able to tell me how?
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.
No comments:
Post a Comment