> > > Sorry for your troubles Shawn. > > The Playground appends the permission=1 paramater behind the scenes. > That is a Google Health specific parameter (not oauth related) that > defaults to 0. > > permission=1 - allows reading and posting notices to a profile > permisison=0 - allows just posting notices > > Here's an explanation: > > http://code.google.com/apis/health/developers_guide_protocol.html#Authenticating
No problem, I'm just glad to have it figured out. I still would suggest updating the Authentication documents I was looking at to note that there are parameters that are optional for some of the systems. To me it feels like the documentation is in too many places so I've been looking at three or four different pages when it should all just be in one easy to find location. > I'm not sure about this one. Could it be that we're sharing the same > session variable > in php or something? > I have a hard time imaging how this would happen. My application server is Tomcat and the playground is php, so if we've managed to share sessions we probably deserve some sort of computer science award or something. In my head I imagine somewhere on the Oauth token manager you have code like: update permission to 1 where service name = <service name> but what you really want is update permission to 1 where token = <token id> But having no insight into your system that's just me pulling guesses out of a hat. Shawn --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Health Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/googlehealthdevelopers?hl=en -~----------~----~----~----~------~----~------~--~---
