[20:57:11] tgr: I'm messing about with an OAuth thing and I've forgotten some stuff I'm pretty sure I knew at one time. [20:57:50] I want to develop locally with a 127.0.0.1/foo url but have a real grant [20:58:15] can I do that initially by making a grant request with an empty callback url? [21:01:56] hmmm... callback url can't be empty apaprently [21:36:04] bd808: the real grant will have a callback url prefix, the callback you pass must match that [21:36:37] *nod* I just made an obvious testing grant request [21:37:14] which will work great until I get to the point where I have a real shared testing deployment [21:38:14] grant requests are still a bit confusing from the programmer's side [22:10:44] bd808: feel free to file bugs :) [22:10:58] I am hoping I can carve out some time for OAuth in Q1 [22:11:34] tgr: first I guess I need to figure out what is actually confusing