Blogger Anatomy
blogger stack blog
To Do
- Template
Head StackBlogger StackEntry Stack Endnote Stack Comment Block Linkback Block
- Profile Stack
- Masthead Panel
- Footer Panel
Google Authentication
For API, explore:
http://google-apility.sourceforge.net/
Example:
include('apility');
$authenticationContext = new Authentication(
"myCustomEmail@isp.tld",
"myCustomP455wOrD",
"myCustomT0k3N",
"myCustomClientEmail@isp.tld"
);
See also:
https://adwords.google.com/select/ApiWelcome
Be on the lookout for more info here:
http://code.google.com/apis/accounts/Authentication.html
Developer Links
Atom Entries Feed
- blogger_get_entries( $CREDENTIALS )
Array
(
[0] => Array
(
[title] => time trial
[issued] => 2006-06-18T13:02:07-07:00
[draft] =>
[content] => <div xmlns="http://www.w3.org/1999/xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">text: 12:58pm</div>
</div>
[service.edit] => https://www.blogger.com/atom/blogid/115066092716728212
[alternate] => http://sandbox.blogspot.com/2006/06/time-trial.html
[id] => 115066092716728212
)
[1] => Array
(
[title] => test my posse
[issued] => 2006-06-14T19:37:00-07:00
[draft] =>
[content] => <div xmlns="http://www.w3.org/1999/xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">andre the giant has a posse.</div>
</div>
[service.edit] => https://www.blogger.com/atom/blogid/115034030189316717
[alternate] => http://sandbox.blogspot.com/2006/06/test-my-posse_115034030189316717.html
[id] => 115034030189316717
)
Atom Add-Entry Response
Array
(
[uid] => ### /* this is the post UID */
[permalink] => http://name.blogspot.com/2006/06/basename.html
[XML] => Array
(
[xmlns] => http://purl.org/atom/ns#
[link] => Array
(
[0] => Array
(
[href] => https://www.blogger.com/atom/###/###
[rel] => service.edit
[title] =>
[type] => application/atom+xml
)
[1] => Array
(
[href] => http://name.blogspot.com/2006/06/basename.html
[rel] => alternate
[title] =>
[type] => text/html
)
)
[author] => Array
(
[name] => Your Name
)
[issued] => 2006-06-13T04:44:07+00:00
[modified] => 2006-06-13T04:44:07Z
[created] => 2006-06-13T04:44:07Z
[id] => tag:blogger.com,1999:blog-###.post-###
[title] => Array
(
[mode] => escaped
[type] => text/html
)
[content] => Array
(
[type] => application/xhtml+xml
[xml:base] => http://name.blogspot.com
[xml:space] => preserve
[_content] => <div xmlns="http://www.w3.org/1999/xhtml">
<div xmlns="http://www.w3.org/1999/xhtml">
content
</div>
</div>
)
[draft] => Array
(
[xmlns] => http://purl.org/atom-blog/ns#
[_content] => false
)
)
)
Comments (0)
You don't have permission to comment on this page.