Bug #920

blogger.getUserBlogs returns blog ID as integer rather than string

Added by alex-mineblogging-com - 1231 days ago. Updated 791 days ago.

Status :Closed Start :
Priority :Low Due date :
Assigned to :tobi - % Done :

0%

Category :sidebars
Target version :release2
Resolution :

fixed


Description

Although the original Blogger API 1.0 document does not specify whether the blog ID should be in a particular data type, most CMS out there return the blog ID as string. It would be great if typo also does that instead of returning the value as integer. Perhaps returning the data as <value> instead of <int> as a compromise, i.e. non-typed value?

Associated revisions

Revision 0aa677cda5f971f025f9c5fcc6530c0116af2e3c
Added by scott 879 days ago

Use published_at instead of created_at for permalinks. Since published_at is new and it's initialized from created_at, this should be safe. Closes #920

git-svn-id: http://svn.typosphere.org/typo/trunk@1079 820eb932-12ee-0310-9ca8-eeb645f39767

History

07/19/2005 07:09 PM - alex-mineblogging-com -

07/19/2005 07:11 PM - anonymous -

One last addition:

I mean to write, "Perhaps returning the data as <value></value> instead of <value><i4></i4></value> as a compromise, i.e. non-typed value?

07/19/2005 07:21 PM - tobi -

  • Status changed from New to Closed
  • Resolution set to fixed

(In r349) updated typo to conform better to the Blogger API. closes #168

Also available in: Atom PDF