Wednesday, August 30, 2006

Personalized JSONP - Google Calendar JSON Proxy Service

Google Account Authentication API and Google Calendar GData API enable us to integrate private schedule information with our applications, but they still requires us to deal with their own authentication protocol and host the program in some application server infrastructure.

Although it is read-only access, we can lookup remote feeds directly from browsers if it is provied in JSON style. JSONP is a well-known technique for this kind of JSON remoting.

But we currently don't have any JSON feeds in personalized contents, as far as I know. All JSON feeds in the internet are public - not personalized, accessible from everyone in the world.

Maybe it's because there're some security/privacy concerns. But I'm currently thinking that it would be OK to feed private data in JSON when some appropriate opt-in/out mechanizm is provided.

So, I've implemented JSON feed services for private data - Google Calendar schedule. Now 3rd party applications can get visitors' private calendar information so easily, as far as it is allowed to do that by them.

Please check out the site bellow :

Google Calendar JSON Proxy Service
http://gcal2json.ning.com/

Also there's a sample client application program.

http://www.geocities.jp/stormriders999/gcal_json_client_sample_e.html


Do you think this is really a good personalized web 2.0 service, don't you?

Technorati tags: , , , ,

Thursday, August 10, 2006

del.icio.us network JSON

del.icio.us has released network badge.

And also we can get JSON data.

http://del.icio.us/feeds/json/network/stomita

JSONP is also supported.

http://del.icio.us/feeds/json/network/stomita?callback=handleNetwork


This feature is not officially announced, though.

Technorati tags: , ,

Thursday, August 03, 2006

Custom Calendar App using Google Authentication API for WebApp

About 1 month ago, Google announced that they opened for 3rd party web apps to access their private data (of cource under the end user's allowance). But somehow I couldn't create any valid apps to access their actual service data. Maybe because Google had a service bug, or I misunderstood their protocol. However, today, I finally found the way to grab the private schedule feed entries from Google Calendar.

http://googleaccount.ning.com/

Click "Your private schedules in Google Calendar", and please say "Accept" when prompted by Google. I'm simply showing your calendar feeds. Not inserting, updating, deleting, and not evilly storing the retrieved information.

You can see the source code if you are a member of ning.