IRC Log for #openid on 2010-04-16
Timestamps are in UTC.
- [00:53:17] * shigeta (~shigeta@sakkgw2.sixapart.jp) has joined #openid
- [01:12:24] * daleolds (~daleolds@c-174-52-159-100.hsd1.ut.comcast.net) Quit (Quit: Leaving.)
- [01:12:45] * daleolds (~daleolds@c-174-52-159-100.hsd1.ut.comcast.net) has joined #openid
- [01:14:12] * daleolds (~daleolds@c-174-52-159-100.hsd1.ut.comcast.net) Quit (Client Quit)
- [01:14:29] * daleolds (~daleolds@c-174-52-159-100.hsd1.ut.comcast.net) has joined #openid
- [02:32:45] * Kaliya (~Adium@68.113.63.122) has joined #openid
- [02:33:39] * Kaliya (~Adium@68.113.63.122) has left #openid
- [03:00:25] * shigeta_ (~shigeta@sakkgw2.sixapart.jp) has joined #openid
- [03:02:08] * shigeta__ (~shigeta@sakkgw2.sixapart.jp) has joined #openid
- [03:02:37] * shigeta (~shigeta@sakkgw2.sixapart.jp) Quit (Ping timeout: 258 seconds)
- [03:04:48] * shigeta_ (~shigeta@sakkgw2.sixapart.jp) Quit (Ping timeout: 240 seconds)
- [03:12:04] * daleolds (~daleolds@c-174-52-159-100.hsd1.ut.comcast.net) Quit (Quit: Leaving.)
- [04:31:37] * Kaliya (~Adium@68.113.63.122) has joined #openid
- [04:37:38] * backthatzachup (~zach@adsl-072-156-252-060.sip.mco.bellsouth.net) Quit (Quit: backthatzachup)
- [05:31:31] * flaccid (~flaccid@unaffiliated/flaccid) Quit (Read error: Connection timed out)
- [05:32:25] * flaccid (~flaccid@ppp59-167-167-106.static.internode.on.net) has joined #openid
- [05:32:27] * flaccid (~flaccid@ppp59-167-167-106.static.internode.on.net) Quit (Changing host)
- [05:32:27] * flaccid (~flaccid@unaffiliated/flaccid) has joined #openid
- [06:54:01] * Kaliya (~Adium@68.113.63.122) Quit (Quit: Leaving.)
- [07:14:09] * Kaliya (~Adium@68.113.63.122) has joined #openid
- [07:25:19] * oxi (~oxi@adsl-84-226-92-167.adslplus.ch) Quit (Quit: oxi)
- [07:30:44] * Kaliya (~Adium@68.113.63.122) Quit (Quit: Leaving.)
- [10:06:36] * kengyu (~kengyu@210.242.151.101) Quit (Ping timeout: 252 seconds)
- [12:06:45] * shigeta__ (~shigeta@sakkgw2.sixapart.jp) Quit (Quit: Leaving...)
- [12:20:26] * MacTed (~Thud@c-24-61-62-241.hsd1.ma.comcast.net) Quit ()
- [13:04:40] * backthatzachup (~zach@adsl-072-156-252-060.sip.mco.bellsouth.net) has joined #openid
- [13:34:11] * MacTed (~Thud@63.119.36.36) has joined #openid
- [14:34:47] * Kaliya (~Adium@68.113.63.122) has joined #openid
- [14:35:33] * Kaliya (~Adium@68.113.63.122) has left #openid
- [14:52:04] * xpo (~xpo@bearstech/xpo) has joined #openid
- [16:08:30] * xpo (~xpo@bearstech/xpo) Quit (Quit: xpo)
- [16:19:52] * daleolds (~daleolds@137.65.156.15) has joined #openid
- [16:41:50] * xpo (~xpo@bearstech/xpo) has joined #openid
- [17:20:49] * xpo (~xpo@bearstech/xpo) Quit (Quit: xpo)
- [17:42:49] * bvanaerde (~ben@ip-81-11-228-85.dsl.scarlet.be) has joined #openid
- [17:51:23] * xpo (~xpo@bearstech/xpo) has joined #openid
- [18:45:19] * Dawgmatix (~dman@cpe-69-203-78-65.nyc.res.rr.com) has joined #openid
- [18:45:43] <Dawgmatix>
i am trying to use python-openid and cant seem to convince google to send back the email address
- [18:46:12] <Dawgmatix>
any pointers / tutorials ?
- [18:46:44] <yangman>
google doesn't use sreg, if that's what you're trying
- [18:47:12] <Dawgmatix>
nope am trying ax
- [18:47:58] <Dawgmatix>
let me generate the request url and pastebin it somewhere
- [19:08:35] <Dawgmatix>
http://pastie.org/923653
- [19:08:40] <Dawgmatix>
thats the url i generate
- [19:09:26] <Dawgmatix>
can someone please take a look
- [19:21:33] <Dawgmatix>
I see the google examples have something like "&openid.ax.type.email=http://axschema.org/contact/email" while my request has "&openid.ax.type.email=email"
- [19:21:38] <Dawgmatix>
does that make a difference ?
- [19:22:34] <keturn>
yes, the "type" entries should be a fully qualified URI
- [19:23:01] <Dawgmatix>
but if i try to use AttrInfo to create http://axschema.org/contact/email
- [19:23:10] <Dawgmatix>
i get errors saying that the alias cannot have a period in it
- [19:23:28] <Dawgmatix>
(this is python openid)
- [19:24:39] <keturn>
paste your AttrInfo call?
- [19:24:55] <Dawgmatix>
okay
- [19:26:24] <Dawgmatix>
http://pastie.org/923677
- [19:27:11] <Dawgmatix>
changing the alias to "http://axschema.org/contact/email" breaks things
- [19:27:24] <keturn>
don't change alias, change type_uri
- [19:27:45] <Dawgmatix>
okay :)
- [19:37:34] * xpo (~xpo@bearstech/xpo) Quit (Quit: xpo)
- [19:40:43] <yangman>
http://code.google.com/apis/accounts/docs/OpenID.html#Parameters study the API more carefully ;)
- [19:42:55] <Dawgmatix>
thank you keturn and yangman
- [19:42:57] <Dawgmatix>
:)
- [19:43:08] <keturn>
np
- [19:43:11] <Dawgmatix>
yes i realise i need to study the api :)
- [19:43:19] <Dawgmatix>
changing the type-uri works
- [19:43:46] <Dawgmatix>
now that the friday checkin blocker is out of the way
- [19:43:52] <Dawgmatix>
i am relieved :)
- [19:53:16] * Dawgmatix (~dman@cpe-69-203-78-65.nyc.res.rr.com) Quit (Ping timeout: 240 seconds)
- [20:06:56] * Oxygeek (~s-e@unaffiliated/oxygeek) has joined #openid
- [20:36:23] * Dawgmatix (~dman@cpe-69-203-78-65.nyc.res.rr.com) has joined #openid
- [20:45:16] * Dawgmatix (~dman@cpe-69-203-78-65.nyc.res.rr.com) Quit (Ping timeout: 240 seconds)
- [21:08:09] * Oxygeek (~s-e@unaffiliated/oxygeek) Quit (Quit: Leaving)
- [21:19:44] * daleolds (~daleolds@137.65.156.15) has left #openid
- [21:32:12] * daleolds (~daleolds@137.65.228.105) has joined #openid
- [21:33:34] * Dawgmatix (~dman@cpe-69-203-78-65.nyc.res.rr.com) has joined #openid
- [21:35:33] * Dawgmatix (~dman@cpe-69-203-78-65.nyc.res.rr.com) Quit (Client Quit)
- [21:35:48] * backthatzachup (~zach@adsl-072-156-252-060.sip.mco.bellsouth.net) Quit (Quit: backthatzachup)
- [21:48:29] * keturn (~kevint@c-24-20-141-97.hsd1.or.comcast.net) Quit (Remote host closed the connection)
- [21:50:09] * keturn (~kevint@c-24-20-141-97.hsd1.or.comcast.net) has joined #openid
- [22:00:16] * daleolds (~daleolds@137.65.228.105) has left #openid
- [22:10:13] * singpolyma (~singpolym@66.49.189.21) Quit (Ping timeout: 260 seconds)
- [22:12:42] * daleolds (~daleolds@137.65.156.15) has joined #openid
- [22:45:08] * bvanaerde (~ben@ip-81-11-228-85.dsl.scarlet.be) Quit (Quit: bye bye...)
- [22:51:19] * singpolyma (~singpolym@dsl-67-204-56-94.acanac.net) has joined #openid
- [23:09:42] * MacTed (~Thud@63.119.36.36) Quit ()
- [23:30:52] * Kaliya (~Adium@68.113.63.122) has joined #openid
- [23:50:30] * xpo (~xpo@bearstech/xpo) has joined #openid
- [23:53:33] * MacTed (~Thud@c-24-61-62-241.hsd1.ma.comcast.net) has joined #openid
These logs were automatically created by OpenIDlogbot on
chat.freenode.net
using a modified version of the Java IRC LogBot.