Here's Recent Claims, Featured Claims, and Rorek's claims ... Pipes is choking on Oscar J. Carlton IV's claims right now, but I'll keep trying. :)
Kent: can you work some magic with this:
http://jyte.com/api/user/info?openid=kveton.myopenid.com
Great way to get at the user data ... :-)
Presently I'm using Pipes to convert RSS into JSON. The Jyte user data is very close to already being JSON; very little would need to be done to make it look like this:
pingData({"user_data":{ "thumb_icon_url":"http://jyte.com/static/1/560/00013560/thumb-u20757.png", "claims_count":"39", "cred_total":"17.5", "big_icon_url":"http://jyte.com/static/1/560/00013560/big-u20757.png", "incoming_cred_count":"54", "votes_count":"768", "nickname":"Scott Kveton", "primary_openid":"kveton.myopenid.com"}});
Allow the user to substitute the callback of his choice for pingData, of course.
Workin' on it Kent ;)
Awesome. Do you guys know if any tweaking is necessary to use it in Blogger (the new version)? I had some trouble with it I think.
Enter an OpenID to invite a Jyter to this claim, or an email address to invite someone new to Jyte.
Discussion (4)
Kent: can you work some magic with this:
http://jyte.com/api/user/info?openid=kveton.myopenid.com
Great way to get at the user data ... :-)
Presently I'm using Pipes to convert RSS into JSON. The Jyte user data is very close to already being JSON; very little would need to be done to make it look like this:
pingData({"user_data":{
"thumb_icon_url":"http://jyte.com/static/1/560/00013560/thumb-u20757.png",
"claims_count":"39",
"cred_total":"17.5",
"big_icon_url":"http://jyte.com/static/1/560/00013560/big-u20757.png",
"incoming_cred_count":"54",
"votes_count":"768",
"nickname":"Scott Kveton",
"primary_openid":"kveton.myopenid.com"}});
Allow the user to substitute the callback of his choice for pingData, of course.
Workin' on it Kent ;)
Awesome. Do you guys know if any tweaking is necessary to use it in Blogger (the new version)? I had some trouble with it I think.