Archive for the ‘nikeplus’ Category

Nike+iPod update: version 1.4.1

Saturday, February 17th, 2007

Not sure what is going on with Nike, but they are returning PIN data with every query now. This messes up the results and creates cases where you will see divide by zero errors. I've added conditionals to check for the zero, and to check for the extra ...

Nike+ iPod Update

Sunday, January 14th, 2007

Looks like a few things changed at the Nike site. My new script is updated to talk to their servers properly. The change is that Nike got rid of the external_profile_login request and now requires you to do a generate_pin request. Also be sure to create the ...

Nike+iPod API

Wednesday, January 10th, 2007

A few people have asked about how I pulled some of the URLs for communicating with the Nike servers. It all started with the Wordpress plugin which revealed the first pair of URLs we needed and how to utilize them. https://www.nike.com/nikeplus/v1/services/app/external\_profile\_login.jhtml?     login=$username&password=$password&locale=en_us and http://www.nike.com/nikeplus/v1/services/app/getuserdata.jhtml The first URL is called and returns this XML structure ...

PHP Nike+iPod stats

Friday, December 29th, 2006

A while back I got a Nike+iPod attachment for my iPod. I really love the stats the Nike web site gives you, but there is really no good way to share that data. Nike came out with some desktop widgets for Yahoo Widgets, but you still can't easily ...