Almost all applications, modules and social web sites I use stopped working with Jaiku since they moved to AppEngine and introduced a new API based on OAuth for authorization and secure communication of REST requests.
While I was working on updating my favorite desktop micro blogging application, gwibber, to the new API I became aware of 3 important undocumented issues. Fortunately, Jaiku had gone open source which helped me big deal in working with/around these issues.
1. You have to use the "www." subdomain
Meaning your OAuth URLs should begin with "http://www.jaiku.com" not "http://jaiku.com".
2. Method "entry_get_actor_overview" doesn't work
If you try to use that method, you will get back a Python error. Instead, use entry_get_actor_overview_since which requires an extra datetime paramater.
Bug report at JaikuEngine: http://code.google.com/p/jaikuengine/issues/detail?id=80
3. Datetime parameter format is undocumented and ISO format does not work
When you are passing the datetime argument, it should be one of those formats:
'%Y-%m-%d', # '2006-10-25'
'%m/%d/%Y', # '10/25/2006'
'%m/%d/%y', # '10/25/06'
'%b %d %Y', '%b %d, %Y', # 'Oct 25 2006', 'Oct 25, 2006'
'%d %b %Y', '%d %b, %Y', # '25 Oct 2006', '25 Oct, 2006'
'%B %d %Y', '%B %d, %Y', # 'October 25 2006', 'October 25, 2006'
'%d %B %Y', '%d %B, %Y', # '25 October 2006', '25 October, 2006'
Finally
Those are the issues I'm aware of. I will probably post any other issues I encounter as I wrap up my work on gwibber concerning Jaiku. Feel free to post in the comments any issues you might have as well.
I got the feeling that the new API is a bit rusty and not actively tweaked. No wonder why many services are either neglecting it or having trouble getting it to work.
Having that said, since it's open source, everyone interested could now participate in improving the source code which should hopefully end up (at least the important fixes) in jaiku.com.
Comments
wfqw
January 15, 2010 by Anonymous, 7 weeks 4 days ago
Comment id: 3058
Great post, totally agree with you on that point.
Yeha very Useful information
February 9, 2010 by Anonymous, 4 weeks 1 day ago
Comment id: 3239
Yeha very Useful information , this is both good reading for, have quite a few good key points, and I learn some new stuff from it too, thanks for sharing your information.
regards,
handbags
I have looked at some of the
February 10, 2010 by Anonymous, 4 weeks 2 hours ago
Comment id: 3245
I have looked at some of the very cool android apps that let you look through the camera and see locations tagged, which I think are brilliant. The only way to do this is to have a gps position and a direction in order to get the true location view of what the camera is seeing. Since android devices have compass built in they can do this.
rated online casinos
API Issues
March 7, 2010 by Anonymous, 2 days 13 hours ago
Comment id: 3440
We use a lot of API programming as we integrate into many travel companies we also use xlm feeds but Find many of the larger companies offer free API interface scrips
Our travel site has around 8 API feeds and 5 xml feeds, we intend to add more than 30 API in total but this requires a lot of work
to see our travel site using api feeds feel free to check the cheap holidays page and see it in action.
Post new comment